mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[bugfix] Mount bookmarks endpoint correctly (#1338)
This commit is contained in:
@@ -26,8 +26,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// BasePath is the base path for serving the bookmarks API
|
// BasePath is the base path for serving the bookmarks API, minus the 'api' prefix
|
||||||
BasePath = "/api/v1/bookmarks"
|
BasePath = "/v1/bookmarks"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Module struct {
|
type Module struct {
|
||||||
|
Reference in New Issue
Block a user