more work on parser

This commit is contained in:
iamBadgers
2024-05-16 19:58:03 -07:00
parent eef238c834
commit f644c9001c
4 changed files with 721 additions and 15 deletions

View File

@@ -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 })
})