Revert "make boosts work woo (#12)" (#15)

This reverts commit 9616f46424.
This commit is contained in:
Tobi Smethurst 2021-05-08 14:25:23 +02:00 committed by GitHub
commit ac9adb172b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 106 additions and 616 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.