[add]: Error handling

This commit is contained in:
VivianDee
2025-03-21 11:18:03 +01:00
parent a73b05054f
commit f2c688c3e8
7 changed files with 59 additions and 2 deletions
+1
View File
@@ -18,6 +18,7 @@ from app.middlewares import require_app_id
api = Blueprint("api", __name__)
# @api.before_request
# def require_api_key_middleware():
# """Middleware applied globally to all API routes in this blueprint"""