From a4fade9ff1bcc8f58490e6affffb28d1db7c3551 Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Mon, 9 Mar 2020 09:58:04 +0300 Subject: [PATCH] DocsDocumentController FullSearchEnabledAsync route kebab case --- .../Volo/Docs/Documents/DocsDocumentController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/docs/src/Volo.Docs.HttpApi/Volo/Docs/Documents/DocsDocumentController.cs b/modules/docs/src/Volo.Docs.HttpApi/Volo/Docs/Documents/DocsDocumentController.cs index a2e4017dc1..d8d68ec0e8 100644 --- a/modules/docs/src/Volo.Docs.HttpApi/Volo/Docs/Documents/DocsDocumentController.cs +++ b/modules/docs/src/Volo.Docs.HttpApi/Volo/Docs/Documents/DocsDocumentController.cs @@ -55,7 +55,7 @@ namespace Volo.Docs.Documents } [HttpGet] - [Route("fullsearchenabled")] + [Route("full-search-enabled")] public Task FullSearchEnabledAsync() { return DocumentAppService.FullSearchEnabledAsync();