1ea18adc by astaxie

add default mime type to fix #341

1 parent 35d15b89
...@@ -76,6 +76,9 @@ func Run() { ...@@ -76,6 +76,9 @@ func Run() {
76 } 76 }
77 } 77 }
78 78
79 //init mime
80 initMime()
81
79 if SessionOn { 82 if SessionOn {
80 GlobalSessions, _ = session.NewManager(SessionProvider, 83 GlobalSessions, _ = session.NewManager(SessionProvider,
81 SessionName, 84 SessionName,
......
This diff is collapsed. Click to expand it.
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!