Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
profileToken/verify for Fortnite versions <15
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDev404 authored Dec 23, 2021
1 parent e5ad8f8 commit 290a139
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/fortnite-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,8 @@ app.post(
TestCohorts: ["V2_17_50_Launch"],
})
);

app.post("/fortnite/api/game/v2/profileToken/verify/:accountId", (req, res) => {
res.status(204).end()
});

}; // END MODULE

0 comments on commit 290a139

Please sign in to comment.