mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-08-03 01:38:14 -04:00

Closes #575 I'm gonna be totally honest, I'm not sure if this is needed. However, measure twice, cut once. Signed-off-by: Xe Iaso <me@xeiaso.net>
8 lines
99 B
Go
8 lines
99 B
Go
package internal
|
|
|
|
import "mime"
|
|
|
|
func init() {
|
|
mime.AddExtensionType(".mjs", "text/javascript")
|
|
}
|