Skip to content

Commit

Permalink
add koran for fun
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Coelho committed Mar 30, 2024
1 parent 6c88590 commit 5f3fd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def get_admin(user: fsa.CurrentUser):
return {"user": user, "isadmin": True}, 200

# incredible open service for top-notch translations
HELLO = {"it": "Ciao", "fr": "Salut", "en": "Hi"}
HELLO = {"it": "Ciao", "fr": "Salut", "en": "Hi", "ko": "안녕"}

@app.get("/hello", authorize="OPEN")
def get_hello(lang: fsa.Cookie = "en"):
Expand Down

0 comments on commit 5f3fd4a

Please sign in to comment.