adding initial strapi app

This commit is contained in:
2020-04-23 19:46:25 +01:00
parent bfca46ae1d
commit ef2ca2d00e
52 changed files with 10610 additions and 2 deletions

19
config/middleware.json Normal file
View File

@@ -0,0 +1,19 @@
{
"timeout": 100,
"load": {
"before": [
"responseTime",
"logger",
"cors",
"responses",
"gzip"
],
"order": [
"Define the middlewares' load order by putting their name in this array is the right order"
],
"after": [
"parser",
"router"
]
}
}