This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
Ambient
/
wallpad-producer-dev
Observar
7
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
0769a853ff
Branches
Tags
master
wallpad-prod...
/
flask_app
/
wsgi.py
wsgi.py
97 B
Histórico
Raw
1
2
3
4
from app import server
if __name__ == "__main__":
server.run(host='0.0.0.0', port=9001)