reloase 2.2

This commit is contained in:
2026-01-04 14:12:51 +03:00
parent e0ef8c2a1d
commit 6080b54f48
3 changed files with 6 additions and 17 deletions
-8
View File
@@ -590,14 +590,6 @@ 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()