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

fix: Fix routes again

This commit is contained in:
Maksim Eltyshev 2022-06-20 18:48:13 +02:00
parent b8c065e0c8
commit e7495e0067

View file

@ -85,10 +85,8 @@ module.exports.routes = {
skipAssets: false,
},
routes: {
'GET /*': {
view: 'index',
skipAssets: true,
},
'GET /*': {
view: 'index',
skipAssets: true,
},
};