From 5fc5f300463f606c948ec10fc5554e3c60a8ec36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Oliva?= Date: Sat, 27 May 2023 14:15:23 -0600 Subject: Added the "v1" to the URL. --- 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 1ecde93..7907b73 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/", + baseURL: "http://localhost:9090/v1", headers: { "Content-Type": "application/json", }, -- cgit v1.2.3