Skip to content

Commit c6d7623

Browse files
committed
Removed ping pong routes
1 parent 8605f7b commit c6d7623

File tree

2 files changed

+0
-29
lines changed

2 files changed

+0
-29
lines changed

backend/PyMatcha/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
189188
from PyMatcha.routes.api.user import user_bp
190189
from PyMatcha.routes.api.auth.email import auth_email_bp
191190
from PyMatcha.routes.api.auth.password import auth_password_bp
@@ -200,7 +199,6 @@ def check_if_token_is_revoked(decrypted_token):
200199
from PyMatcha.routes.api.messages import messages_bp
201200

202201
logging.debug("Registering Flask blueprints")
203-
application.register_blueprint(ping_pong_bp)
204202
application.register_blueprint(user_bp)
205203
application.register_blueprint(auth_email_bp)
206204
application.register_blueprint(auth_password_bp)

backend/PyMatcha/routes/api/ping_pong.py

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)