mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
parent
e70b92b52b
commit
3ce2e8ef91
22 changed files with 419 additions and 18 deletions
|
@ -50,6 +50,7 @@ module.exports.routes = {
|
|||
|
||||
'POST /api/boards/:boardId/lists': 'lists/create',
|
||||
'PATCH /api/lists/:id': 'lists/update',
|
||||
'POST /api/lists/:id/sort': 'lists/sort',
|
||||
'DELETE /api/lists/:id': 'lists/delete',
|
||||
|
||||
'POST /api/lists/:listId/cards': 'cards/create',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue