4 lines
61 B
Python
4 lines
61 B
Python
|
from flaskapp import app
|
||
|
|
||
|
app.run(host='0.0.0.0', port='80')
|