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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -