1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2024-11-24 17:07:00 +02:00

removed spacing

This commit is contained in:
Gani Georgiev 2022-08-11 08:13:07 +03:00
parent 2cce0b17b0
commit ff935a39a1

View File

@ -179,7 +179,7 @@ func (s *System) DeletePrefix(prefix string) []error {
var inlineServeContentTypes = []string{ var inlineServeContentTypes = []string{
"image/png", "image/jpg", "image/jpeg", "image/gif", "image/png", "image/jpg", "image/jpeg", "image/gif",
"video/mp4", "video/3gpp", "video/quicktime", " video/x-ms-wmv", "video/mp4", "video/3gpp", "video/quicktime", "video/x-ms-wmv",
} }
// Serve serves the file at fileKey location to an HTTP response. // Serve serves the file at fileKey location to an HTTP response.