Skip to content

Commit

Permalink
Merge pull request #88 from w1tnessbtwwwww/backend
Browse files Browse the repository at this point in the history
hotfix
  • Loading branch information
w1tnessbtwwwww authored Jan 27, 2025
2 parents adc9594 + 6c78700 commit e965459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
4 changes: 2 additions & 2 deletions SpeedSolverBackend/SpeedSolverAPI/app/routing/main_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from app.routing.email_router import email_router
from app.routing.verification_router import verification_router
from app.routing.project_router import project_router
from app.routing.test_router import test_router
from app.routing.cicd_router import cicd_router
from app.routing.objective_router import objective_router
from app.routing.inviting_router import inviting_router

Expand All @@ -20,7 +20,7 @@
team_router.include_router(inviting_router)

# main
main_router.include_router(test_router)
main_router.include_router(cicd_router)
main_router.include_router(auth_router)
main_router.include_router(verification_router)
main_router.include_router(email_router)
Expand Down
13 changes: 0 additions & 13 deletions SpeedSolverBackend/SpeedSolverAPI/app/routing/test_router.py

This file was deleted.

0 comments on commit e965459

Please sign in to comment.