Sidebar back
This commit is contained in:
parent
5003a89a48
commit
0e209845ed
|
@ -25,4 +25,4 @@ ngrok_tunnel = ngrok.connect(5000)
|
|||
@validate_uuids(["usr"], required=True)
|
||||
@check_user_exists()
|
||||
async def index():
|
||||
return await render_template("ngrok/index.html", ngrok=string5)
|
||||
return await render_template("ngrok/index.html", ngrok=string5, user=g.user)
|
||||
|
|
Loading…
Reference in New Issue
Block a user