From ed9d8aab6fc633ed2efb6f2a5e8a40bcf8922daa Mon Sep 17 00:00:00 2001 From: yusing Date: Wed, 2 Oct 2024 17:33:41 +0800 Subject: [PATCH] fixed docs --- docs/middlewares.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/middlewares.md b/docs/middlewares.md index 8327aa3..64615a2 100644 --- a/docs/middlewares.md +++ b/docs/middlewares.md @@ -193,6 +193,7 @@ app1: - 192.168.0.0/16 status_code: 403 # default message: "IP not allowed" # default +``` ### Modify request or response @@ -210,8 +211,6 @@ app1: field: ``` -### Modify request or response - #### Set headers ```yaml