od-database/uwsgi.py
2019-03-24 20:23:05 -04:00

5 lines
83 B
Python

from app import app
if __name__ == '__main__':
app.run("0.0.0.0", port=12345)