Rename internal API route reference from blomstra.search to sbp.search
This commit is contained in:
parent
082892f413
commit
3a8559ecca
|
|
@ -176,7 +176,7 @@ class SearchController extends ListDiscussionsController
|
|||
});
|
||||
|
||||
$document->addPaginationLinks(
|
||||
$this->uri->to('api')->route('blomstra.search', ['type' => 'discussions']),
|
||||
$this->uri->to('api')->route('sbp.search', ['type' => 'discussions']),
|
||||
$request->getQueryParams(),
|
||||
$offset,
|
||||
$limit,
|
||||
|
|
@ -265,7 +265,7 @@ class SearchController extends ListDiscussionsController
|
|||
]);
|
||||
|
||||
$document->addPaginationLinks(
|
||||
$this->uri->to('api')->route('blomstra.search', ['type' => 'discussions']),
|
||||
$this->uri->to('api')->route('sbp.search', ['type' => 'discussions']),
|
||||
$request->getQueryParams(),
|
||||
$offset,
|
||||
$limit,
|
||||
|
|
|
|||
Loading…
Reference in New Issue