mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 10:52:23 +01:00
Added Winterfest 2022
This commit is contained in:
@@ -308,7 +308,7 @@ express.post("/fortnite/api/game/v2/profile/*/client/PurchaseHomebaseNode", asyn
|
||||
res.end();
|
||||
});
|
||||
|
||||
// Open Winterfest presents (11.31 & 19.01)
|
||||
// Open Winterfest presents (11.31, 19.01 & 23.10)
|
||||
express.post("/fortnite/api/game/v2/profile/*/client/UnlockRewardNode", async (req, res) => {
|
||||
const profile = require(`./../profiles/${req.query.profileId || "athena"}.json`);
|
||||
const common_core = require("./../profiles/common_core.json");
|
||||
|
||||
Reference in New Issue
Block a user