Skip to content

Commit 7e20d4f

Browse files
committed
fix: remove unused parameter
1 parent 7050bf9 commit 7e20d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcpgateway/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5148,7 +5148,7 @@ async def cleanup_import_statuses(max_age_hours: int = 24, user=Depends(get_curr
51485148

51495149
# Redirect root path to admin UI
51505150
@app.get("/")
5151-
async def root_redirect(request: Request):
5151+
async def root_redirect():
51525152
"""
51535153
Redirects the root path ("/") to "/admin/".
51545154

0 commit comments

Comments
 (0)