From a308d843e8fd60cd1f56c8cd200772a2fe39c4d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Oliva?= Date: Mon, 29 May 2023 23:18:05 -0600 Subject: URL changed to delete `v1` from it. --- src/api/axios_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/axios_config.js') diff --git a/src/api/axios_config.js b/src/api/axios_config.js index 7907b73..835a901 100644 --- a/src/api/axios_config.js +++ b/src/api/axios_config.js @@ -1,7 +1,7 @@ import axios from "axios"; export default axios.create({ - baseURL: "http://localhost:9090/v1", + baseURL: "http://localhost:9090", headers: { "Content-Type": "application/json", }, -- cgit v1.2.3