This commit is contained in:
@@ -100,7 +100,7 @@ export default {
|
||||
//construct the api url and store it
|
||||
//development location?
|
||||
if (
|
||||
window.location.hostname == "localhost" &&
|
||||
(window.location.hostname == "localhost" || window.location.hostname == "192.168.1.56" ) &&
|
||||
window.location.port == "8080"
|
||||
) {
|
||||
store.commit("setAPIURL", "http://localhost:7575/api/v8.0/");
|
||||
|
||||
Reference in New Issue
Block a user