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

@ -39,7 +39,7 @@ const (
// MediaSizeKey is the url key for the desired media size--original/small/static
MediaSizeKey = "media_size"
// FileNameKey is the actual filename being sought. Will usually be a UUID then something like .jpeg
FileNameKey = "file_name"
FileNameKey = "file_name"
)
// FileServer implements the RESTAPIModule interface.