From 1c297f82cc9fc5c62da7b418e4074c1ae41d65cd Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Thu, 3 Mar 2022 10:57:08 +0300 Subject: [PATCH] Update Swagger-Integration.md --- docs/en/API/Swagger-Integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/API/Swagger-Integration.md b/docs/en/API/Swagger-Integration.md index 983016cef5..191fa634ca 100644 --- a/docs/en/API/Swagger-Integration.md +++ b/docs/en/API/Swagger-Integration.md @@ -83,7 +83,7 @@ public override void OnApplicationInitialization(ApplicationInitializationContex ### Hide ABP Endpoints on Swagger UI -To hide ABP-related endpoints, we can use the `HideAbpEndpoints` method when configuring Swagger options. If you want to hide ABP endpoints, add the following line into your Swagger Configuration: +If you want to hide ABP's default endpoints, call the `HideAbpEndpoints` method in your Swagger configuration as shown in the following example: ```csharp services.AddAbpSwaggerGen(