mirror of
https://github.com/plankanban/planka.git
synced 2025-12-22 09:15:37 +03:00
feat: Add board activity log
This commit is contained in:
@@ -163,7 +163,8 @@ module.exports.routes = {
|
||||
'PATCH /api/comments/:id': 'comments/update',
|
||||
'DELETE /api/comments/:id': 'comments/delete',
|
||||
|
||||
'GET /api/cards/:cardId/actions': 'actions/index',
|
||||
'GET /api/boards/:boardId/actions': 'actions/index-in-board',
|
||||
'GET /api/cards/:cardId/actions': 'actions/index-in-card',
|
||||
|
||||
'GET /api/notifications': 'notifications/index',
|
||||
'GET /api/notifications/:id': 'notifications/show',
|
||||
|
||||
Reference in New Issue
Block a user