mirror of
https://github.com/Radiquum/YAMPD.git
synced 2025-05-20 23:59:35 +05:00
feat: mod pack download
This commit is contained in:
parent
c01fc7bd5a
commit
56569917c1
8 changed files with 346 additions and 15 deletions
|
@ -73,3 +73,8 @@ export const MOD_ENDPOINT = (
|
|||
};
|
||||
return _endpoints[endpoint];
|
||||
};
|
||||
|
||||
export const DOWNLOAD_ENDPOINT = {
|
||||
downloadPack: `${API}/download/pack`,
|
||||
downloadMods: `${API}/download/mods`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue