debug free slots

This commit is contained in:
2026-01-04 13:59:38 +03:00
parent 569f867d8f
commit 94611a940a
3 changed files with 14 additions and 2 deletions
+8
View File
@@ -590,6 +590,14 @@ def login():
return jsonify({"status": "error"}), 405
@app.route("/test", methods=["GET"])
def test():
from vk_handler import handle_vk_post
handle_vk_post()
return jsonify({"status": "ok"})
def init_app():
with app.app_context():
db.create_all()