squeaky-pl/japronto

quistion about reload

dewei12138 opened this issue · 3 comments

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

please help

@dewei12138 Attach your code, please

app.run(host=xxx, port=xxx, debug=True, reload=True)
http://localhost:5551/test net::ERR_CONNECTION_REFUSED
@Detrous