add default mime type to fix #341
Showing
2 changed files
with
3 additions
and
0 deletions
| ... | @@ -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, | ... | ... |
mime.go
0 → 100644
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment