Add missing reqargs to network post()
This commit is contained in:
parent
456a50a73c
commit
220230ad47
|
@ -1521,7 +1521,7 @@ class API_Network_Root(Resource):
|
||||||
{ 'name': 'dhcp4_end' }
|
{ 'name': 'dhcp4_end' }
|
||||||
])
|
])
|
||||||
@Authenticator
|
@Authenticator
|
||||||
def post(self):
|
def post(self, reqargs):
|
||||||
"""
|
"""
|
||||||
Create a new network
|
Create a new network
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue