1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-24 07:39:44 +02:00

fix: Fix routes

This commit is contained in:
Maksim Eltyshev 2022-06-20 18:46:03 +02:00
parent 86e4864d1b
commit b8c065e0c8
2 changed files with 7 additions and 7 deletions

View file

@ -84,4 +84,11 @@ module.exports.routes = {
action: 'attachments/download-thumbnail',
skipAssets: false,
},
routes: {
'GET /*': {
view: 'index',
skipAssets: true,
},
},
};