Explorar o código

host public ip

David %!s(int64=10) %!d(string=hai) anos
pai
achega
d148f01ae8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      web.py

+ 1 - 1
web.py

@@ -90,4 +90,4 @@ def create_task():
     return jsonify({'task': task}), 201
 
 if __name__ == '__main__':
-    app.run(debug=True)
+    app.run(host="0.0.0.0",debug=True)