Skip to content

Commit

Permalink
원래대로 복구
Browse files Browse the repository at this point in the history
  • Loading branch information
smoothbear committed Mar 3, 2022
1 parent efdfdb1 commit 407b903
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Server/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def register_hook(flask_app: Flask):
from app.hook.exception_handler import http_exception_handler
flask_app.register_error_handler(JWTExtendedException, jwt_handle)
flask_app.register_error_handler(PyJWTError, jwt_handle)
flask_app.register_error_handler(DMSException, http_exception_handler)


def register_blueprint(flask_app: Flask):
Expand Down

0 comments on commit 407b903

Please sign in to comment.