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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user