feat: mod pack download

This commit is contained in:
Kentai Radiquum 2025-05-06 23:51:15 +05:00
parent c01fc7bd5a
commit 56569917c1
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
8 changed files with 346 additions and 15 deletions

View file

@ -73,3 +73,8 @@ export const MOD_ENDPOINT = (
};
return _endpoints[endpoint];
};
export const DOWNLOAD_ENDPOINT = {
downloadPack: `${API}/download/pack`,
downloadMods: `${API}/download/mods`
}