mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
fix: Fix routes
This commit is contained in:
parent
8f4d60c46f
commit
353d7667f1
2 changed files with 7 additions and 7 deletions
7
server/config/env/production.js
vendored
7
server/config/env/production.js
vendored
|
@ -321,11 +321,4 @@ module.exports = {
|
||||||
// baseUrl: 'https://example.com',
|
// baseUrl: 'https://example.com',
|
||||||
// internalEmailAddress: 'support@example.com',
|
// internalEmailAddress: 'support@example.com',
|
||||||
},
|
},
|
||||||
|
|
||||||
routes: {
|
|
||||||
'GET /*': {
|
|
||||||
view: 'index',
|
|
||||||
skipAssets: true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
|
@ -84,4 +84,11 @@ module.exports.routes = {
|
||||||
action: 'attachments/download-thumbnail',
|
action: 'attachments/download-thumbnail',
|
||||||
skipAssets: false,
|
skipAssets: false,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
routes: {
|
||||||
|
'GET /*': {
|
||||||
|
view: 'index',
|
||||||
|
skipAssets: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue