game designer
This commit is contained in:
@@ -62,7 +62,7 @@ class GamesController{
|
||||
* @memberof GamesController
|
||||
*/
|
||||
router.delete('/:id', async (req, res)=>{
|
||||
await scenario.remove(req.params.id);
|
||||
await game.remove(req.params.id);
|
||||
res.json({status: 'OK'});
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user