chore: retirer la config rest-cache (plugin non installé, incompatible v5)

This commit is contained in:
2026-07-04 09:54:39 +04:00
parent d87ab299c4
commit 9fa37c516c
-19
View File
@@ -16,23 +16,4 @@ module.exports = ({env}) => ({
defaultReplyTo: env('SMTP_REPLY_TO'),
},
},
'rest-cache': {
config: {
provider: {
name: 'memory',
options: {
max: 32767,
maxAge: 3600
}
},
strategy: {
contentTypes: [
'api::artiste.artiste',
'api::parole.parole'
],
debug: true,
hitpass: false
}
}
},
})