Add missing reqargs to network post()

This commit is contained in:
Joshua Boniface 2020-01-06 13:12:08 -05:00
parent 456a50a73c
commit 220230ad47
1 changed files with 1 additions and 1 deletions

View File

@ -1521,7 +1521,7 @@ class API_Network_Root(Resource):
{ 'name': 'dhcp4_end' }
])
@Authenticator
def post(self):
def post(self, reqargs):
"""
Create a new network
---