wsgi.py 97 B

1234
  1. from app import server
  2. if __name__ == "__main__":
  3. server.run(host='0.0.0.0', port=9001)