1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 05:09:43 +02:00
This commit is contained in:
Symon Baikov 2025-07-10 14:01:51 +02:00 committed by GitHub
commit fd95709d5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 59 additions and 0 deletions

View file

@ -232,6 +232,8 @@ module.exports.routes = {
skipAssets: false,
},
'GET /api/cards/assigned': 'cards/assigned',
'GET /*': {
view: 'index',
skipAssets: true,