Skip to content

Commit 9b65f84

Browse files
committed
Move /admin under /api/admin
1 parent 63201eb commit 9b65f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/routers/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class TokenAnalytics(BaseModel):
5959
never_used_tokens: int
6060
recent_active_tokens: int
6161

62-
router = APIRouter(prefix="/admin", tags=["admin"])
62+
router = APIRouter(prefix="/api/admin", tags=["admin"])
6363

6464

6565
@router.get("/auth/github")

0 commit comments

Comments
 (0)