mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-15 16:46:17 +08:00
releasing 0.58 to handle control+c interrupts.
compilable now. but FUSE mount is not working.
This commit is contained in:
@@ -26,6 +26,7 @@ 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