correction bug
This commit is contained in:
@@ -177,7 +177,7 @@ def reboot():
|
||||
|
||||
@auth.route('/shutdown', methods=['POST'])
|
||||
@jwt_required()
|
||||
def reboot():
|
||||
def shutdown():
|
||||
''' Handles HTTP requests to URL: /api/configurateur/shutdown
|
||||
'''
|
||||
current_app.logger.info("Arrêt du système ...")
|
||||
|
||||
Reference in New Issue
Block a user