Add missing reqargs argument

This commit is contained in:
Joshua Boniface 2020-01-03 11:50:13 -05:00
parent f80b432d3b
commit 9b8dec8991
1 changed files with 1 additions and 1 deletions

View File

@ -3551,7 +3551,7 @@ class API_Provisioner_Template_System_Root(Resource):
{ 'name': 'node_autostart' } { 'name': 'node_autostart' }
]) ])
@Authenticator @Authenticator
def post(self): def post(self, reqargs):
""" """
Create a new system template Create a new system template
--- ---