mirror of
https://github.com/strapi/strapi.git
synced 2025-07-23 17:10:08 +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 => {
|
autoReload: async ctx => {
|
||||||
ctx.send({
|
ctx.send({
|
||||||
autoReload: _.get(strapi.config.environments, 'development.server.autoReload', false),
|
autoReload: _.get(strapi.config.currentEnvironment, 'server.autoReload', { enabled: false }),
|
||||||
environment: strapi.config.environment,
|
environment: strapi.config.environment
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user