mirror of
https://github.com/pocketbase/pocketbase.git
synced 2024-11-24 17:07:00 +02:00
removed spacing
This commit is contained in:
parent
2cce0b17b0
commit
ff935a39a1
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user