Start messing around with federation

This commit is contained in:
tsmethurst 2021-04-24 11:19:18 +02:00
commit 1c3ad47f52
10 changed files with 245 additions and 83 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"
)