mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 02:42:22 +01:00
Regrouped some of the responses
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user