quistion about reload
dewei12138 opened this issue · 3 comments
dewei12138 commented
i run(host=0.0.0.0, port=5551, reload=True) to start server. when i request api, it tell me:POST http://localhost:5551/test net::ERR_CONNECTION_REFUSED
dewei12138 commented
please help
Detrous commented
@dewei12138 Attach your code, please
dewei12138 commented
app.run(host=xxx, port=xxx, debug=True, reload=True)
http://localhost:5551/test net::ERR_CONNECTION_REFUSED
@Detrous