Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def translate_text(text):
|
|
67 |
return result
|
68 |
|
69 |
|
70 |
-
@app.route('/')
|
71 |
def translate_endpoint():
|
72 |
"""
|
73 |
Эндпоинт для обработки POST запросов.
|
|
|
67 |
return result
|
68 |
|
69 |
|
70 |
+
@app.route('/', methods=['POST'])
|
71 |
def translate_endpoint():
|
72 |
"""
|
73 |
Эндпоинт для обработки POST запросов.
|