We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf9dac commit e82cae8Copy full SHA for e82cae8
1 file changed
src/boot/axios.js
@@ -53,7 +53,7 @@ const getLatestRelease = (owner, repo) => {
53
};
54
55
const baseApi = axios.create({
56
- baseURL: "https://cafuuchino.studio26f.org:8443/studio26f/api/v1",
+ baseURL: "https://studio26f.org/studio26f/api/v1",
57
});
58
59
const genericHttp = (
0 commit comments