Skip to content

Commit

Permalink
Merge pull request #11 from UIGF-org/fix/rrrrrrredirect
Browse files Browse the repository at this point in the history
fix unexpected redirect
  • Loading branch information
Masterain98 authored May 13, 2024
2 parents 95b7a25 + 1430114 commit 1305c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_game_id_by_name(this_game_name: str) -> int | None:
return None


@app.post("/translate/", tags=["translate"])
@app.post("/translate", tags=["translate"])
async def translate(request: Request):
# Handle Parameters
request = await request.json()
Expand Down

0 comments on commit 1305c43

Please sign in to comment.