Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

static files wrong url #180

Open
absentdream opened this issue Jul 24, 2017 · 4 comments
Open

static files wrong url #180

absentdream opened this issue Jul 24, 2017 · 4 comments

Comments

@absentdream
Copy link

absentdream commented Jul 24, 2017

ok so i start using

FLASK_APP=melissa/main.py flask run --host=192.168.0.7 --port=5000

all static files are still severed as

GET http://localhost:5000/static/images/welcomeRing3G.png net::ERR_CONNECTION_REFUSED

which meens wont load across network

@tanay1337 tanay1337 added the bug label Aug 17, 2017
@tanay1337
Copy link
Member

Nice catch @absentdream. Thanks!

@tinhien11
Copy link

@absentdream it's work fine with command:
FLASK_APP=melissa/main.py flask run --host=localhost --port=5000

@tanay1337
Copy link
Member

@bhaveshAn Would you like to take this?

@bhaveshAn
Copy link
Contributor

@tanay1337 Sure !!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants