Skip to content

Commit 1305c43

Browse files
authored
Merge pull request #11 from UIGF-org/fix/rrrrrrredirect
fix unexpected redirect
2 parents 95b7a25 + 1430114 commit 1305c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_game_id_by_name(this_game_name: str) -> int | None:
2525
return None
2626

2727

28-
@app.post("/translate/", tags=["translate"])
28+
@app.post("/translate", tags=["translate"])
2929
async def translate(request: Request):
3030
# Handle Parameters
3131
request = await request.json()

0 commit comments

Comments
 (0)