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();