mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-15 14:24:52 +08:00
1. refactor, move image resizing to its own package
2. make code compile
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user