mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-28 05:37:49 +02:00
Improved inline edit feature
This commit is contained in:
parent
10c035e359
commit
0eeb4866f4
10 changed files with 65 additions and 21 deletions
|
@ -9,4 +9,5 @@ router.get('/:id', controller.show);
|
|||
router.post('/:id/participant', controller.createParticipant);
|
||||
router.put('/:id', controller.update);
|
||||
router.delete('/:id/participant/:pid', controller.deleteParticipant);
|
||||
router.put('/:id/participant/:pid', controller.updateParticipant);
|
||||
module.exports = router;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue