Fix: add app.py for gunicorn, error handling in route

This commit is contained in:
2026-07-23 10:23:22 +04:00
parent 2bda97aa6e
commit 51e4d7a4f6
3 changed files with 16 additions and 7 deletions
+4
View File
@@ -0,0 +1,4 @@
"""Точка входа для gunicorn — app:app."""
from app import create_app
app = create_app()