mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 13:19:44 +02:00
fix: Fix routes again
This commit is contained in:
parent
353d7667f1
commit
fe9fdc0191
1 changed files with 3 additions and 5 deletions
|
@ -85,10 +85,8 @@ module.exports.routes = {
|
||||||
skipAssets: false,
|
skipAssets: false,
|
||||||
},
|
},
|
||||||
|
|
||||||
routes: {
|
|
||||||
'GET /*': {
|
'GET /*': {
|
||||||
view: 'index',
|
view: 'index',
|
||||||
skipAssets: true,
|
skipAssets: true,
|
||||||
},
|
},
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue