mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-02-17 04:00:39 +01:00
[bugfix] Mount bookmarks endpoint correctly (#1338)
This commit is contained in:
parent
eafd73c292
commit
132c73883f
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user