cloverstudio / Spika-Server

Server backend system for Spika
MIT License
139 stars 122 forks source link

Connection Refused #74

Open sivaramnov opened 10 years ago

sivaramnov commented 10 years ago

I added below lines it is showing the Connection refused by the localhost , Can you please check and help plzzzz public static final String BASE_URL = "http://localhost:90/spika/wwwroot/api.php"; public static final String INFORMATION_URL = "http://localhost:90/spika/wwwroot/page/information/"; public static final String LIST_SERVERS_URL = BASE_URL + "/" + Const.API_FOLDER + "servers";