From b82d145f3af32eca4abcb5e6c12117e1ed249762 Mon Sep 17 00:00:00 2001 From: rpm-mcarman <65228808+rpm-mcarman@users.noreply.github.com> Date: Thu, 8 Feb 2024 13:09:55 -0500 Subject: [PATCH] changed master url --- .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