From 2042fdf3bd1d5ba1b4abcddc594cbb6c12d4bff2 Mon Sep 17 00:00:00 2001 From: sumarsono Date: Mon, 21 Oct 2019 04:40:03 +0700 Subject: [PATCH] fix typo for stripPrefix in tab File (YAML) --- docs/content/migration/v1-to-v2.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/content/migration/v1-to-v2.md b/docs/content/migration/v1-to-v2.md index b2a6d2a3d..d98318e51 100644 --- a/docs/content/migration/v1-to-v2.md +++ b/docs/content/migration/v1-to-v2.md @@ -624,8 +624,9 @@ with the path `/admin` stripped, e.g. to `http://:/`. In this case, yo middlewares: admin-stripprefix: - addPrefix: - prefix: "/admin" + stripPrefix: + prefixes: + - "/admin" # ... ```