mirror of
https://github.com/plankanban/planka.git
synced 2025-12-24 01:11:41 +03:00
feat: Add gallery for attachments
This commit is contained in:
7
server/config/env/production.js
vendored
7
server/config/env/production.js
vendored
@@ -321,4 +321,11 @@ module.exports = {
|
||||
// baseUrl: 'https://example.com',
|
||||
// internalEmailAddress: 'support@example.com',
|
||||
},
|
||||
|
||||
routes: {
|
||||
'GET /*': {
|
||||
view: 'index',
|
||||
skipAssets: true,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user