]> Sergey Matveev's repositories - godlighty.git/blobdiff - dirlist.go
Git's .bundle MIME type
[godlighty.git] / dirlist.go
index 86c65f49dc4212fa9e9babdbc7aaa238deefed52..82b360650175b46ee7a1f5cc9e5caedd649219c2 100644 (file)
@@ -1,6 +1,6 @@
 /*
 godlighty -- highly-customizable HTTP, HTTP/2, HTTPS server
-Copyright (C) 2021 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2021-2022 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -81,7 +81,7 @@ func dirList(
                if fi.IsDir() {
                        file.IsDir = true
                } else {
-                       file.Type = mediaType(file.Name, cfg.MIMEOverride)
+                       file.Type = mediaType(file.Name, cfg.MIMEs)
                }
                files = append(files, file)
        }