Added version text

This commit is contained in:
Tracker-Friendly 2024-02-23 14:35:53 +00:00
parent 2f35c0a70e
commit df37f8cf33
1 changed files with 5 additions and 1 deletions

4
main
View File

@ -119,6 +119,10 @@ def privacy():
return render_template("privacy.html")
# API
@app.route("/api/version", methods=("GET", "POST"))
def apiuserinfo():
return "PageBurger Version 1.1"
@app.route("/api/signup", methods=("GET", "POST"))
def apisignup():
if request.method == "POST":