This commit is contained in:
2019-02-20 20:34:02 +00:00
parent 38990fa56f
commit ff305a9b98
8 changed files with 111 additions and 21 deletions

View File

@@ -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/");