fix: minor

This commit is contained in:
akhdanre 2025-03-20 18:41:05 +07:00
parent b3907455e1
commit 5798a72e4e
1 changed files with 0 additions and 2 deletions

View File

@ -27,8 +27,6 @@ def createApp() -> Flask:
app.register_blueprint(auth_blueprint, url_prefix="/api")
app.register_blueprint(user_blueprint, url_prefix="/api")
# Initialize Logging
return app