Skip to content

Commit

Permalink
Merge pull request #23 from ls1intum/integrate-kb-manager
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
ninori9 authored Jan 6, 2025
2 parents 9fb2d8d + 64f7d64 commit 20c3a01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/api/admin_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
from app.utils.environment import config


admin_router = APIRouter(prefix="/api/admin", tags=["settings", "admin"],
dependencies=[Depends(auth_handler.verify_token)])
admin_router = APIRouter(prefix="/api/admin", tags=["settings", "admin"])

@admin_router.get("/ping")
async def ping():
Expand Down

0 comments on commit 20c3a01

Please sign in to comment.