Skip to content

Commit

Permalink
Fix route function naming
Browse files Browse the repository at this point in the history
  • Loading branch information
aydarng committed Jan 8, 2025
1 parent 7794c50 commit 6fa3057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/regps/app/fastapi_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ async def check_upload_route(


@app.get("/admin/upload_statuses/{aid}")
async def check_upload_route(
async def get_upload_statuses_admin(
request: Request,
response: Response,
aid: str = Path(
Expand Down

0 comments on commit 6fa3057

Please sign in to comment.