Sfoglia il codice sorgente

URL location

master
rpm-mcarman 2 anni fa
parent
commit
72571e4a34
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +1
    -1
      .wappler/targets/Development/app/config/config.json
  2. +1
    -1
      app/config/config.json

+ 1
- 1
.wappler/targets/Development/app/config/config.json Vedi File

@@ -6,6 +6,6 @@
"methods": "GET,POST,DELETE,PATCH,PUT" "methods": "GET,POST,DELETE,PATCH,PUT"
}, },
"env": { "env": {
"API_BASEURL": "http://localhost:8080/api/v1.0/"
"API_BASEURL": "http://vapor.prelub.com/api/v1.0/"
} }
} }

+ 1
- 1
app/config/config.json Vedi File

@@ -6,6 +6,6 @@
"methods": "GET,POST,DELETE,PATCH,PUT" "methods": "GET,POST,DELETE,PATCH,PUT"
}, },
"env": { "env": {
"API_BASEURL": "http://localhost:8080/api/v1.0/"
"API_BASEURL": "http://vapor.prelub.com/api/v1.0/"
} }
} }

Caricamento…
Annulla
Salva