mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
[bugfix] Mount bookmarks endpoint correctly (#1338)
This commit is contained in:
parent
eafd73c292
commit
132c73883f
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@
|
||||||
)
|
)
|
||||||
|
|
||||||
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 {
|
||||||
|
|
Loading…
Reference in a new issue