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 e82cae8 commit d991971Copy full SHA for d991971
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://studio26f.org/studio26f/api/v1",
+ baseURL: "https://www.studio26f.org/studio26f/api/v1",
57
});
58
59
const genericHttp = (
0 commit comments