Sidebar back
This commit is contained in:
parent
5003a89a48
commit
0e209845ed
1 changed files with 1 additions and 1 deletions
|
|
@ -25,4 +25,4 @@ ngrok_tunnel = ngrok.connect(5000)
|
||||||
@validate_uuids(["usr"], required=True)
|
@validate_uuids(["usr"], required=True)
|
||||||
@check_user_exists()
|
@check_user_exists()
|
||||||
async def index():
|
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…
Add table
Add a link
Reference in a new issue