Skip to content

Commit

Permalink
Merge pull request #507 from argosopentech/no-access-check-suggest
Browse files Browse the repository at this point in the history
Don't require API key for suggestions
  • Loading branch information
pierotofy committed Oct 1, 2023
2 parents ffa7fd8 + bc10feb commit 015291f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libretranslate/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,6 @@ def frontend_settings():
)

@bp.post("/suggest")
@access_check
def suggest():
"""
Submit a suggestion to improve a translation
Expand Down

0 comments on commit 015291f

Please sign in to comment.