forked from brmlab/brmbar-github
brmbar-web: Listen publicly
This commit is contained in:
parent
ae82675a60
commit
bf3fd3e842
1 changed files with 1 additions and 1 deletions
|
@ -32,4 +32,4 @@ shop = brmbar.Shop.new_with_defaults(db)
|
||||||
currency = shop.currency
|
currency = shop.currency
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run()
|
app.run(host='0.0.0.0')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue