mirror of
https://github.com/plankanban/planka.git
synced 2025-07-30 10:39:46 +02:00
Add an import feature for import Trello board as JSON to Planka
This commit is contained in:
parent
a3d1a8a09a
commit
a729e11636
24 changed files with 925 additions and 10872 deletions
|
@ -24,6 +24,7 @@ module.exports.routes = {
|
|||
'GET /api/projects': 'projects/index',
|
||||
'POST /api/projects': 'projects/create',
|
||||
'PATCH /api/projects/:id': 'projects/update',
|
||||
'POST /api/projects/import': 'projects/import',
|
||||
'POST /api/projects/:id/background-image': 'projects/update-background-image',
|
||||
'DELETE /api/projects/:id': 'projects/delete',
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue