Skip to content
Snippets Groups Projects
Commit 398e7c0b authored by Luca Morandini's avatar Luca Morandini
Browse files

- Removed unreachable code

parent c159adbf
Branches
Tags v2024
No related merge requests found
......@@ -17,5 +17,3 @@ def main():
current_app.logger.error(e)
return {'message': f'Error {e}'}, 500
return {'message':'Method not allowed'}, 405
......@@ -17,5 +17,3 @@ def main():
current_app.logger.error(e)
return {'message': f'Error {e}'}, 500
return {'message':'Method not allowed'}, 405
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment