mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-15 04:00:11 +01: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
@ -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 New Issue
Block a user