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,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
@@ -84,9 +84,4 @@ module.exports.routes = {
|
||||
action: 'attachments/download-thumbnail',
|
||||
skipAssets: false,
|
||||
},
|
||||
|
||||
'GET /*': {
|
||||
view: 'index',
|
||||
skipAssets: true,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user