mirror of
https://github.com/plankanban/planka.git
synced 2025-12-18 09:13:21 +03:00
fix: Fix routes
This commit is contained in:
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,
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user