File tree Expand file tree Collapse file tree 2 files changed +0
-29
lines changed
Expand file tree Collapse file tree 2 files changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,6 @@ def check_if_token_is_revoked(decrypted_token):
185185 return entry == "true"
186186
187187
188- from PyMatcha .routes .api .ping_pong import ping_pong_bp
189188from PyMatcha .routes .api .user import user_bp
190189from PyMatcha .routes .api .auth .email import auth_email_bp
191190from PyMatcha .routes .api .auth .password import auth_password_bp
@@ -200,7 +199,6 @@ def check_if_token_is_revoked(decrypted_token):
200199from PyMatcha .routes .api .messages import messages_bp
201200
202201logging .debug ("Registering Flask blueprints" )
203- application .register_blueprint (ping_pong_bp )
204202application .register_blueprint (user_bp )
205203application .register_blueprint (auth_email_bp )
206204application .register_blueprint (auth_password_bp )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments