Y3S2-IoT/flaskapp.py
2020-06-09 21:34:42 +01:00

4 lines
61 B
Python

from flaskapp import app
app.run(host='0.0.0.0', port='80')