mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: update endpoints
This commit is contained in:
parent
5369274c6e
commit
bde396c7db
9 changed files with 9 additions and 9 deletions
|
@ -14,7 +14,7 @@ export const uploadGamesBatch = async () => {
|
|||
|
||||
for (const chunk of gamesChunks) {
|
||||
await HydraApi.post(
|
||||
"/games/batch",
|
||||
"/profile/games/batch",
|
||||
chunk.map((game) => {
|
||||
return {
|
||||
objectId: game.objectID,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue