mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 05:09:43 +02:00
Merge 869d9c1d11
into fdac299fc7
This commit is contained in:
commit
028a9e5503
42 changed files with 410 additions and 5 deletions
|
@ -133,6 +133,7 @@ module.exports.routes = {
|
|||
'DELETE /api/cards/:cardId/card-labels/labelId::labelId': 'card-labels/delete',
|
||||
|
||||
'POST /api/cards/:cardId/task-lists': 'task-lists/create',
|
||||
'POST /api/lists/:id/move-to-board': 'lists/move-to-board',
|
||||
'GET /api/task-lists/:id': 'task-lists/show',
|
||||
'PATCH /api/task-lists/:id': 'task-lists/update',
|
||||
'DELETE /api/task-lists/:id': 'task-lists/delete',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue