mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-08 02:45:48 +08:00
fix dir/lookup and col/delete api
1, Fix Layouts first letter capitalized 2, Return http 204 when delete a collection Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
This commit is contained in:
@@ -23,7 +23,7 @@ func (t *Topology) ToMap() interface{} {
|
||||
}
|
||||
}
|
||||
}
|
||||
m["layouts"] = layouts
|
||||
m["Layouts"] = layouts
|
||||
return m
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user