From 64c54f9efbd288bb140df61c8edfc036335cbc72 Mon Sep 17 00:00:00 2001 From: Valentin CZERYBA Date: Sun, 17 Dec 2023 12:43:22 +0100 Subject: [PATCH] change address --- web/js/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/js/config.js b/web/js/config.js index 8200117..29ffde3 100644 --- a/web/js/config.js +++ b/web/js/config.js @@ -1 +1 @@ -const instance = axios.create({ baseURL: 'http://localhost:8083', withCredentials: true}); \ No newline at end of file +const instance = axios.create({ baseURL: 'https://backend.valczeryba.ovh', withCredentials: true}); \ No newline at end of file