Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Proxwian committed Feb 5, 2024
1 parent d049474 commit 415ff60
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/common/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,11 +423,6 @@ export const getMirrorManifest = async modpackId => {
}
};

export const getForgeManifest = () => {
const url = `https://files.minecraftforge.net/net/minecraftforge/forge/maven-metadata.json?timestamp=${new Date().getTime()}`;
return axios.get(url);
};

export const getMirrorAddon = async fileID => {
const url = `${MIRROR_API_URL}/addons/${fileID}.json`;
const { data } = await axioInstance.get(url);
Expand Down

0 comments on commit 415ff60

Please sign in to comment.