Jam Track lobby playback support (OG Remix)

This commit is contained in:
PRO100KatYT
2024-05-24 17:05:05 +02:00
parent e95efa0bb4
commit 2f0ceb2e18
21 changed files with 8795 additions and 1 deletions

View File

@@ -2,6 +2,12 @@ const Express = require("express");
const express = Express.Router();
const functions = require("./functions.js");
express.get("/content/api/pages/fortnite-game/spark-tracks", async (req, res) => {
const sparkTracks = require("./../responses/Athena/sparkTracks.json");
res.json(sparkTracks)
})
express.get("/content/api/pages/*", async (req, res) => {
const contentpages = functions.getContentPages(req);