EntityStore: Rename ObjectStore to EntityStore (part 1) (#59613)
This commit is contained in:
+1
-1
@@ -288,7 +288,7 @@ func (hs *HTTPServer) registerRoutes() {
|
||||
|
||||
// Allow HTTP access to the object storage feature (dev only for now)
|
||||
if hs.Features.IsEnabled(featuremgmt.FlagGrpcServer) {
|
||||
apiRoute.Group("/object", hs.httpObjectStore.RegisterHTTPRoutes)
|
||||
apiRoute.Group("/object", hs.httpEntityStore.RegisterHTTPRoutes)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user