Working on emojis a bit more

This commit is contained in:
tsmethurst 2021-04-13 22:53:27 +02:00
commit de9718c566
8 changed files with 154 additions and 58 deletions

View file

@ -39,7 +39,7 @@ const (
shortcodeKey = "shortcode"
emojisPath = "emojis"
filesPath = "files"
filesPath = "files"
)
// fileServer implements the RESTAPIModule interface.