Fixed 404 handling

This commit is contained in:
CasVT
2025-05-17 20:17:08 +02:00
parent 312e3978e3
commit 8fced3c978
3 changed files with 11 additions and 21 deletions

View File

@@ -135,14 +135,6 @@ def endpoint_wrapper(
return wrapper
# ===================
# region General Handling
# ===================
@api.errorhandler(404)
def api_not_found(e):
return {'error': "NotFound", "result": {}}, 404
# ===================
# region Auth
# ===================