diff --git a/src/controllers/games/lib.js b/src/controllers/games/lib.js index 6db2363..0d6a03d 100644 --- a/src/controllers/games/lib.js +++ b/src/controllers/games/lib.js @@ -42,6 +42,7 @@ router.post('/save', async (req, res, next) => { const result = await newMaterial.save() res.send({ errcode: 0, + result: result }) } catch (err) { next(err)