This commit is contained in:
Tracker-Friendly 2024-02-23 14:32:50 +00:00
parent 921a612991
commit 58f9bd25ff
1 changed files with 1 additions and 1 deletions

2
main
View File

@ -120,7 +120,7 @@ def privacy():
# API
@app.route("/api/version", methods=("GET", "POST"))
def apiuserinfo():
def apiversion():
return "PageBurger Version 1.1"
@app.route("/api/signup", methods=("GET", "POST"))