0.13.3 : add stripe and subscription plan
Some checks failed
Build release Docker image / Build Docker Images (push) Failing after 4m18s

This commit is contained in:
2026-03-05 18:19:34 +01:00
parent ce37fafddf
commit bc63c56da6
10 changed files with 9608 additions and 5 deletions

View File

@@ -5,7 +5,12 @@ export default [
"strapi::cors",
"strapi::poweredBy",
"strapi::query",
"strapi::body",
{
name: "strapi::body",
config: {
includeUnparsed: true, // INDISPENSABLE pour les webhooks
},
},
{
name: "strapi::session",
config: {