From 72571e4a34640d8595e6647f32faa996afb92399 Mon Sep 17 00:00:00 2001 From: rpm-mcarman <65228808+rpm-mcarman@users.noreply.github.com> Date: Thu, 15 Feb 2024 14:06:48 -0500 Subject: [PATCH] URL location --- .wappler/targets/Development/app/config/config.json | 2 +- app/config/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.wappler/targets/Development/app/config/config.json b/.wappler/targets/Development/app/config/config.json index 48d79c6..00bfe1c 100644 --- a/.wappler/targets/Development/app/config/config.json +++ b/.wappler/targets/Development/app/config/config.json @@ -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/" } } \ No newline at end of file diff --git a/app/config/config.json b/app/config/config.json index 48d79c6..00bfe1c 100644 --- a/app/config/config.json +++ b/app/config/config.json @@ -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/" } } \ No newline at end of file