Arzumify can't code python
This commit is contained in:
parent
0618128eee
commit
503d671f12
4
main
4
main
|
@ -117,10 +117,10 @@ async def main():
|
|||
|
||||
# Homeserver changer
|
||||
@app.route("/homeserver/index.html")
|
||||
async def mainrdir():
|
||||
async def homeserverrdir():
|
||||
return redirect("/", code=302)
|
||||
@app.route("/homeserver")
|
||||
async def main():
|
||||
async def homeserver():
|
||||
return await render_template("homeserver.html")
|
||||
|
||||
# Web app
|
||||
|
|
Loading…
Reference in New Issue