mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 02:42:22 +01:00
Update main.js
This commit is contained in:
@@ -190,6 +190,10 @@ express.get("/fortnite/api/game/v2/world/info", async (req, res) => {
|
||||
res.json(worldstw)
|
||||
})
|
||||
|
||||
express.post("/fortnite/api/game/v2/chat/*/*/*/pc", async (req, res) => {
|
||||
res.json({ "GlobalChatRooms": [{"roomName":"lawinserverglobal"}] })
|
||||
})
|
||||
|
||||
express.post("/fortnite/api/game/v2/chat/*/recommendGeneralChatRooms/pc", async (req, res) => {
|
||||
res.json({})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user