Skip to content

Commit

Permalink
Fix wrong uri
Browse files Browse the repository at this point in the history
  • Loading branch information
matgille authored and PonteIneptique committed Nov 23, 2023
1 parent a621998 commit 2b1b858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ def get_token_uri(token: WordToken):
"main.tokens_correct",
corpus_id=token.corpus,
page=page,
per_page=per_page
limit=per_page
) + f"#tok{token.order_id}"

0 comments on commit 2b1b858

Please sign in to comment.