mirror of
https://github.com/plankanban/planka.git
synced 2025-12-21 09:15:51 +03:00
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user