mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 19:02:22 +01:00
code improvements and clientsettings fallback
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
const Express = require("express");
|
||||
const express = Express.Router();
|
||||
const functions = require("./functions.js");
|
||||
const memory = require("./../memory.json");
|
||||
|
||||
express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => {
|
||||
functions.GetVersionInfo(req, memory);
|
||||
const memory = functions.GetVersionInfo(req);
|
||||
|
||||
var activeEvents = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user