Merge pull request #507 from argosopentech/no-access-check-suggest

Don't require API key for suggestions
This commit is contained in:
Piero Toffanin 2023-10-01 10:50:45 -04:00 committed by GitHub
commit 015291f2ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -979,7 +979,6 @@ def create_app(args):
) )
@bp.post("/suggest") @bp.post("/suggest")
@access_check
def suggest(): def suggest():
""" """
Submit a suggestion to improve a translation Submit a suggestion to improve a translation