mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 19:02:22 +01:00
Merge pull request #124 from Playeereq/main
This commit is contained in:
@@ -46,7 +46,21 @@ express.get("/eulatracking/api/shared/agreements/fn*", async (req, res) => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
express.get("/fortnite/api/game/v2/friendcodes/*/epic", async (req, res) => {
|
express.get("/fortnite/api/game/v2/friendcodes/*/epic", async (req, res) => {
|
||||||
res.json([])
|
res.json([{
|
||||||
|
"codeId": "L4WINS3RV3R",
|
||||||
|
"codeType": "CodeToken:FounderFriendInvite",
|
||||||
|
"dateCreated": "2024-04-02T21:37:00.420Z"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"codeId": "playeereq",
|
||||||
|
"codeType": "CodeToken:FounderFriendInvite_XBOX",
|
||||||
|
"dateCreated": "2024-04-02T21:37:00.420Z"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"codeId": "lawinscodelol",
|
||||||
|
"codeType": "CodeToken:MobileInvite",
|
||||||
|
"dateCreated": "2024-04-02T21:37:00.420Z"
|
||||||
|
}])
|
||||||
})
|
})
|
||||||
|
|
||||||
express.get("/launcher/api/public/distributionpoints/", async (req, res) => {
|
express.get("/launcher/api/public/distributionpoints/", async (req, res) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user