mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-27 15:56:21 +02:00
Update
- updated styles - added edit functionality
This commit is contained in:
parent
2630cc237a
commit
b72dfc474e
21 changed files with 136 additions and 52 deletions
|
@ -7,5 +7,6 @@ var debug = require('debug')('api/event/index');
|
|||
router.post('/', controller.create);
|
||||
router.get('/:id', controller.show);
|
||||
router.post('/:id/participant', controller.createParticipant);
|
||||
router.put('/:id', controller.update);
|
||||
router.delete('/:id/participant/:pid', controller.deleteParticipant);
|
||||
module.exports = router;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue