From e82cae8afa151e837eff19200cb35d82a7b72b4d Mon Sep 17 00:00:00 2001 From: ParticleG Date: Mon, 5 Aug 2024 22:13:27 +0800 Subject: [PATCH] - Update base url --- src/boot/axios.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/axios.js b/src/boot/axios.js index 91b630f..7bf1ba6 100644 --- a/src/boot/axios.js +++ b/src/boot/axios.js @@ -53,7 +53,7 @@ const getLatestRelease = (owner, repo) => { }; const baseApi = axios.create({ - baseURL: "https://cafuuchino.studio26f.org:8443/studio26f/api/v1", + baseURL: "https://studio26f.org/studio26f/api/v1", }); const genericHttp = (