From a3da5f8ebab8add4869670ab963be3aa4b18cfc4 Mon Sep 17 00:00:00 2001 From: sule01u Date: Tue, 20 Feb 2024 15:27:05 +0800 Subject: [PATCH] add path --- config/path.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/path.json b/config/path.json index 5b03c2a..88d340c 100644 --- a/config/path.json +++ b/config/path.json @@ -27,6 +27,8 @@ "actuator/shutdown": "shutdown", "api/swagger-ui.html": "Swagger UI", "api/v2/api-docs": "swagger", + "docs": "swagger", + "v3/api-docs": "swagger", "v2/api-docs": "swagger", "api-docs": "swagger", "api.html": "swagger", @@ -144,4 +146,4 @@ "logfile": "", "loggers": "", "metrics": "" -} \ No newline at end of file +}