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

Commit

Permalink
- Update base url
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Aug 8, 2024
1 parent d991971 commit 334cc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boot/axios.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const getLatestRelease = (owner, repo) => {
};

const baseApi = axios.create({
baseURL: "https://www.studio26f.org/studio26f/api/v1",
baseURL: "https://www.studio26f.org:8443/studio26f/api/v1",
});

const genericHttp = (
Expand Down

0 comments on commit 334cc07

Please sign in to comment.