easier development
This commit is contained in:
parent
405eb6f198
commit
e9d2361a2a
1 changed files with 1 additions and 1 deletions
|
@ -22,4 +22,4 @@ def login():
|
||||||
def register():
|
def register():
|
||||||
return render_template('register.j2', instance=instance)
|
return render_template('register.j2', instance=instance)
|
||||||
|
|
||||||
app.run(debug=True)
|
app.run(debug=True, host="0.0.0.0")
|
||||||
|
|
Loading…
Add table
Reference in a new issue