chore: remove stale TODO comments in app.py (#8176)

Remove outdated NOTE and TODO comments that are no longer relevant.
This commit is contained in:
jnjpng
2025-12-30 11:54:43 -08:00
committed by Caren Thomas
parent f6d37eb315
commit 9d07a1a370

View File

@@ -683,9 +683,6 @@ def create_application() -> "FastAPI":
# app.include_router(route, prefix="", include_in_schema=False)
app.include_router(route, prefix="/latest", include_in_schema=False)
# NOTE: ethan these are the extra routes
# TODO(ethan) remove
# admin/users
app.include_router(users_router, prefix=ADMIN_PREFIX)
app.include_router(organizations_router, prefix=ADMIN_PREFIX)