mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 15:31:00 +00:00
Merge pull request #507 from argosopentech/no-access-check-suggest
Don't require API key for suggestions
This commit is contained in:
commit
015291f2ac
1 changed files with 0 additions and 1 deletions
|
@ -979,7 +979,6 @@ def create_app(args):
|
|||
)
|
||||
|
||||
@bp.post("/suggest")
|
||||
@access_check
|
||||
def suggest():
|
||||
"""
|
||||
Submit a suggestion to improve a translation
|
||||
|
|
Loading…
Reference in a new issue