|
| | api.app.index () |
| | Render the main page with a search form and sets the default language to English.
|
| |
| | api.app.set_language () |
| | Set the user's preferred language and store it in the session and cookie.
|
| |
| | api.app.search () |
| | Handle search requests and display results based on the searched word.
|
| |
| | api.app.related_words () |
| | Retrieve related words for a given Hanja character.
|
| |
| | api.app.autocomplete () |
| | Return word suggestions for the search bar autocomplete.
|
| |
| | api.app.vercel_app (environ, start_response) |
| | Entry point for Vercel serverless function.
|
| |