Skip to content
This repository was archived by the owner on Aug 10, 2024. It is now read-only.

Commit e82cae8

Browse files
committed
- Update base url
1 parent daf9dac commit e82cae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boot/axios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const getLatestRelease = (owner, repo) => {
5353
};
5454

5555
const baseApi = axios.create({
56-
baseURL: "https://cafuuchino.studio26f.org:8443/studio26f/api/v1",
56+
baseURL: "https://studio26f.org/studio26f/api/v1",
5757
});
5858

5959
const genericHttp = (

0 commit comments

Comments
 (0)