You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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";
The text was updated successfully, but these errors were encountered:
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";
The text was updated successfully, but these errors were encountered: