make boosts work woo

This commit is contained in:
tsmethurst 2021-04-21 18:13:28 +02:00
commit 5f61016cb2
21 changed files with 616 additions and 106 deletions

View file

@ -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"
)