This commit is contained in:
tsmethurst 2021-04-17 20:36:33 +02:00
commit ba84852d3e
19 changed files with 999 additions and 262 deletions

View file

@ -37,7 +37,7 @@ const (
mediaSizeKey = "media_size"
fileNameKey = "file_name"
filesPath = "files"
filesPath = "files"
)
// fileServer implements the RESTAPIModule interface.