Commit 1ea18adc authored by astaxie's avatar astaxie

add default mime type to fix #341

parent 35d15b89
...@@ -76,6 +76,9 @@ func Run() { ...@@ -76,6 +76,9 @@ func Run() {
} }
} }
//init mime
initMime()
if SessionOn { if SessionOn {
GlobalSessions, _ = session.NewManager(SessionProvider, GlobalSessions, _ = session.NewManager(SessionProvider,
SessionName, SessionName,
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment