Regrouped some of the responses

This commit is contained in:
PRO100KatYT
2023-03-12 14:52:39 +01:00
parent 628ddb6133
commit 4d2f8e4b7c
23 changed files with 18 additions and 18 deletions

View File

@@ -9,7 +9,7 @@ express.get("/content/api/pages/*", async (req, res) => {
})
express.post("/api/v1/fortnite-br/surfaces/motd/target", async (req, res) => {
const motdTarget = JSON.parse(JSON.stringify(require("./../responses/motdTarget.json")));
const motdTarget = JSON.parse(JSON.stringify(require("./../responses/Athena/motdTarget.json")));
try {
motdTarget.contentItems.forEach(item => {