mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 14:43:24 +00:00
feat: create edit collection page
This commit is contained in:
@@ -27,6 +27,9 @@ router
|
||||
]);
|
||||
router.post('/collections', [CollectionsController, 'store']);
|
||||
|
||||
router.get(PATHS.COLLECTION.EDIT, [CollectionsController, 'showEditPage']);
|
||||
router.put('/collections/:id', [CollectionsController, 'update']);
|
||||
|
||||
router.get(PATHS.LINK.CREATE, [LinksController, 'showCreatePage']);
|
||||
router.post('/links', [LinksController, 'store']);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user