mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 10:52:23 +01:00
Added BR gold bar account info
This commit is contained in:
@@ -386,4 +386,12 @@ express.all("/v1/epic-settings/public/users/*/values", async (req, res) => {
|
|||||||
res.json({})
|
res.json({})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
express.get("/fortnite/api/game/v2/br-inventory/account/*", async (req, res) => {
|
||||||
|
res.json({
|
||||||
|
"stash": {
|
||||||
|
"globalcash": 5000
|
||||||
|
}
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
module.exports = express;
|
module.exports = express;
|
||||||
|
|||||||
Reference in New Issue
Block a user