Merge pull request #3720 from daksamit/issue/3719

Update default configuration access in hook
This commit is contained in:
Alexandre BODIN 2019-09-12 09:53:55 +02:00 committed by GitHub
commit b4bb345d23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ module.exports = strapi => {
async initialize() {
// await someAsyncCode()
// this().defaults['your_config'] to access to your configs.
},
};