Browse Source

DocsDocumentController FullSearchEnabledAsync route kebab case

pull/2901/head
Yunus Emre Kalkan 6 years ago
committed by GitHub
parent
commit
a4fade9ff1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/docs/src/Volo.Docs.HttpApi/Volo/Docs/Documents/DocsDocumentController.cs

2
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<bool> FullSearchEnabledAsync()
{
return DocumentAppService.FullSearchEnabledAsync();

Loading…
Cancel
Save