mirror of
https://github.com/strapi/strapi.git
synced 2025-11-12 08:08:05 +00:00
Fix typo in documentation (#5866)
Signed-off-by: Daniel <epegzz@gmail.com>
This commit is contained in:
parent
58588e10e5
commit
0e8dc2e917
@ -178,7 +178,7 @@ Load a middleware at the very first place
|
|||||||
{
|
{
|
||||||
"timeout": 100,
|
"timeout": 100,
|
||||||
"load": {
|
"load": {
|
||||||
"before": ["time", "responseTime", "logger", "cors", "responses", "gzip"],
|
"before": ["timer", "responseTime", "logger", "cors", "responses", "gzip"],
|
||||||
"order": [
|
"order": [
|
||||||
"Define the middlewares' load order by putting their name in this array is the right order"
|
"Define the middlewares' load order by putting their name in this array is the right order"
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user