Skip to content

Commit 2a639a2

Browse files
committed
Use searchContent endpoint instead of findKeyword
1 parent 3bb6877 commit 2a639a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-docs-ui/src/main/resources/static/js/documents.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ springDocs.
2727
this.searchContent = function searchContent(keyword) {
2828
return this.unwrap(Info.get().$promise
2929
.then(function(info) {
30-
return info.url + "documents/searchContent/findKeyword?keyword=" + keyword;
30+
return info.url + "documents/searchContent?queryString=" + keyword;
3131
})
3232
.then(function(url) {
3333
return $http({

0 commit comments

Comments
 (0)