Parcourir la source

Change environment to vapor

master
rpm-mcarman il y a 2 ans
Parent
révision
d4f099fd0d
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  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 Voir le fichier

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

+ 1
- 1
app/config/config.json Voir le fichier

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

Chargement…
Annuler
Enregistrer