feat: /test createdb — создание БД через API

This commit is contained in:
2026-06-13 12:48:33 +04:00
parent b5c007044f
commit 6b5a6f79aa
2 changed files with 23 additions and 4 deletions
-1
View File
@@ -9,7 +9,6 @@ load_dotenv()
class ContractsApp:
def __init__(self):
self.app = Flask(__name__)
db.ensure_db()
self.add_routes()
def add_routes(self):