Update app.py
Browse files
app.py
CHANGED
|
@@ -109,7 +109,7 @@ def prepare_data(pairs: list[TranslationPair]):
|
|
| 109 |
|
| 110 |
|
| 111 |
# ==========================================================
|
| 112 |
-
# 🌐 Endpoints
|
| 113 |
# ==========================================================
|
| 114 |
@app.get("/")
|
| 115 |
def root():
|
|
|
|
| 109 |
|
| 110 |
|
| 111 |
# ==========================================================
|
| 112 |
+
# 🌐 Endpoints
|
| 113 |
# ==========================================================
|
| 114 |
@app.get("/")
|
| 115 |
def root():
|