DocsDocumentController FullSearchEnabledAsync route kebab case

pull/2901/head
Yunus Emre Kalkan 5 years ago committed by GitHub
parent d6c9e6b13e
commit a4fade9ff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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