From 3a8559eccaff9514f5bf767a72baf49a7d59c625 Mon Sep 17 00:00:00 2001 From: MauBiBot Date: Tue, 28 Apr 2026 14:46:44 +0200 Subject: [PATCH] Rename internal API route reference from blomstra.search to sbp.search --- src/Api/Controllers/SearchController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Api/Controllers/SearchController.php b/src/Api/Controllers/SearchController.php index abf2bc8..84e4516 100644 --- a/src/Api/Controllers/SearchController.php +++ b/src/Api/Controllers/SearchController.php @@ -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,