mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-03 04:42:25 -06:00
make boosts work woo (#12)
This commit is contained in:
parent
dafc3b5b92
commit
9616f46424
21 changed files with 616 additions and 106 deletions
|
|
@ -34,7 +34,7 @@ import (
|
|||
|
||||
const (
|
||||
// BasePath is the base API path for this module
|
||||
BasePath = "/api/v1/admin"
|
||||
BasePath = "/api/v1/admin"
|
||||
// EmojiPath is used for posting/deleting custom emojis
|
||||
EmojiPath = BasePath + "/custom_emojis"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue