0.13.3 : add stripe and subscription plan
Some checks failed
Build release Docker image / Build Docker Images (push) Failing after 4m18s
Some checks failed
Build release Docker image / Build Docker Images (push) Failing after 4m18s
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user