javascript - Api with node js - Node.js -


i made easy api using node js , work correctly on localhost. request "http://localhost:3012/data" have data. when i'm trying host in site have "page not found". (for request "http://mysite:3012/data")

i have never work sites before why have no idea problem! hope can me.

thanks!


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -