mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 02:42:22 +01:00
Update timeline.js
This commit is contained in:
@@ -148,6 +148,11 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => {
|
||||
"eventType": "EventFlag.FortnitemaresPhase1",
|
||||
"activeUntil": "9999-01-01T00:00:00.000Z",
|
||||
"activeSince": "2020-01-01T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"eventType": "POI0",
|
||||
"activeUntil": "9999-01-01T00:00:00.000Z",
|
||||
"activeSince": "2020-01-01T00:00:00.000Z"
|
||||
})
|
||||
}
|
||||
if (memory.build >= 6.22) {
|
||||
@@ -1218,4 +1223,4 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => {
|
||||
res.end();
|
||||
})
|
||||
|
||||
module.exports = express;
|
||||
module.exports = express;
|
||||
|
||||
Reference in New Issue
Block a user