correction bug

This commit is contained in:
Vincent BENOIT
2022-12-23 16:43:02 +01:00
parent b0445f8e52
commit c2af4ff9e8
+1 -1
View File
@@ -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 ...")