more work on parser
This commit is contained in:
@@ -59,6 +59,8 @@ app.post('/api/game', jsonParser, async (req, res) => {
|
||||
console.log(t)
|
||||
})
|
||||
|
||||
console.log(fp.parseFilter(filter))
|
||||
|
||||
res.setHeader('Content-Type', 'application/json')
|
||||
res.send({ gameData, pageCount })
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user