Explorar el Código

host public ip

David hace 10 años
padre
commit
d148f01ae8
Se han modificado 1 ficheros con 1 adiciones y 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)