diff --git a/ConfBack/auth/views.py b/ConfBack/auth/views.py index 3897ee8..1380ef4 100644 --- a/ConfBack/auth/views.py +++ b/ConfBack/auth/views.py @@ -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 ...")