From 132c73883f2fc31f41b73191c975fc4d8ccb139d Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Fri, 13 Jan 2023 17:07:52 +0100 Subject: [PATCH] [bugfix] Mount bookmarks endpoint correctly (#1338) --- internal/api/client/bookmarks/bookmarks.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/api/client/bookmarks/bookmarks.go b/internal/api/client/bookmarks/bookmarks.go index f37c99b2a..612bec223 100644 --- a/internal/api/client/bookmarks/bookmarks.go +++ b/internal/api/client/bookmarks/bookmarks.go @@ -26,8 +26,8 @@ import ( ) const ( - // BasePath is the base path for serving the bookmarks API - BasePath = "/api/v1/bookmarks" + // BasePath is the base path for serving the bookmarks API, minus the 'api' prefix + BasePath = "/v1/bookmarks" ) type Module struct {