This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
Ambient
/
wallpad-producer-dev
Suivre
7
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
0769a853ff
Branches
Tags
master
wallpad-prod...
/
flask_app
/
wsgi.py
wsgi.py
97 B
Historique
Raw
1
2
3
4
from app import server
if __name__ == "__main__":
server.run(host='0.0.0.0', port=9001)