mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-14 03:12:22 +01:00
Jam Track lobby playback support (OG Remix)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user