summaryrefslogtreecommitdiff
path: root/web/mime.lua
blob: 5aa49c57e65e8c686de01eaa6c09e48f0754800e (plain)
1
2
3
4
5
6
7
8
9
local m = {}

m.exts = {
	js = 'application/javascript',
	html = 'text/html',
	css = 'text/css',
}

return m