[bugfix] Mount bookmarks endpoint correctly (#1338)

This commit is contained in:
tobi 2023-01-13 17:07:52 +01:00 committed by GitHub
parent eafd73c292
commit 132c73883f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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