Arzumify can't code python

This commit is contained in:
Tracker-Friendly 2024-03-12 17:30:19 +00:00
parent 0618128eee
commit 503d671f12
1 changed files with 2 additions and 2 deletions

4
main
View File

@ -117,10 +117,10 @@ async def main():
# Homeserver changer # Homeserver changer
@app.route("/homeserver/index.html") @app.route("/homeserver/index.html")
async def mainrdir(): async def homeserverrdir():
return redirect("/", code=302) return redirect("/", code=302)
@app.route("/homeserver") @app.route("/homeserver")
async def main(): async def homeserver():
return await render_template("homeserver.html") return await render_template("homeserver.html")
# Web app # Web app