1. refactor, move image resizing to its own package

2. make code compile
This commit is contained in:
Chris Lu
2014-05-14 23:44:19 -07:00
parent 5367d96512
commit f7d6909b6f
6 changed files with 54 additions and 61 deletions

View File

@@ -26,7 +26,6 @@ func NewFilerServer(r *http.ServeMux, port int, master string, dir string, colle
return
}
r.HandleFunc("/__api__", fs.filerApiHandler)
r.HandleFunc("/", fs.filerHandler)
return fs, nil