This commit is contained in:
Hell13Cat
2026-05-26 21:28:43 +03:00
parent 843a3d4bc5
commit bdb9d599bd
5 changed files with 97 additions and 7 deletions
+1
View File
@@ -24,6 +24,7 @@ def post(post_id):
@app.route("/api", methods=["GET", "POST"])
def api():
return "", 204