We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63201eb commit 9b65f84Copy full SHA for 9b65f84
backend/app/routers/admin.py
@@ -59,7 +59,7 @@ class TokenAnalytics(BaseModel):
59
never_used_tokens: int
60
recent_active_tokens: int
61
62
-router = APIRouter(prefix="/admin", tags=["admin"])
+router = APIRouter(prefix="/api/admin", tags=["admin"])
63
64
65
@router.get("/auth/github")
0 commit comments