1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-03 20:45:27 +02:00

Add an import feature for import Trello board as JSON to Planka

This commit is contained in:
FaustinM 2021-03-25 17:55:36 +01:00
parent cf21bef9ee
commit a128874e95
22 changed files with 752 additions and 34620 deletions

View file

@ -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',