mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 10:52:23 +01:00
Another latest login fix (Parental Controls)
This commit is contained in:
@@ -381,4 +381,9 @@ express.get("/region", async (req, res) => {
|
||||
})
|
||||
})
|
||||
|
||||
// Parental Controls
|
||||
express.get("/v1/epic-settings/public/users/*/values", async (req, res) => {
|
||||
res.json({})
|
||||
})
|
||||
|
||||
module.exports = express;
|
||||
|
||||
Reference in New Issue
Block a user