mirror of
https://github.com/Casvt/MIND.git
synced 2026-04-03 03:00:22 -04:00
Fixed 404 handling
This commit is contained in:
@@ -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
|
||||
# ===================
|
||||
|
||||
Reference in New Issue
Block a user