Added mail extension
This commit is contained in:
parent
aba62ead5b
commit
24c4ef3ce9
1 changed files with 1 additions and 1 deletions
|
@ -79,4 +79,4 @@ def logout():
|
|||
return redirect(url_for('blog'))
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run()
|
||||
app.run(host= '0.0.0.0')
|
||||
|
|
Loading…
Reference in a new issue