mirror of
https://github.com/strapi/strapi.git
synced 2025-07-23 09:00:19 +00:00
fix(settings-manager): autoReload payload
This commit is contained in:
parent
a1ca701053
commit
942cfece7d
@ -334,8 +334,8 @@ module.exports = {
|
||||
|
||||
autoReload: async ctx => {
|
||||
ctx.send({
|
||||
autoReload: _.get(strapi.config.environments, 'development.server.autoReload', false),
|
||||
environment: strapi.config.environment,
|
||||
autoReload: _.get(strapi.config.currentEnvironment, 'server.autoReload', { enabled: false }),
|
||||
environment: strapi.config.environment
|
||||
});
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user