mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 01:11:23 +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',
|
||||
// internalEmailAddress: 'support@example.com',
|
||||
},
|
||||
|
||||
routes: {
|
||||
'GET /*': {
|
||||
view: 'index',
|
||||
skipAssets: true,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
@@ -84,4 +84,11 @@ module.exports.routes = {
|
||||
action: 'attachments/download-thumbnail',
|
||||
skipAssets: false,
|
||||
},
|
||||
|
||||
routes: {
|
||||
'GET /*': {
|
||||
view: 'index',
|
||||
skipAssets: true,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user