mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-06 15:13:22 -04:00
fix: add product name to the registration info
This commit is contained in:
@@ -68,6 +68,7 @@ func RegisterAppProvider(
|
||||
Icon: cfg.App.Icon,
|
||||
Address: cfg.GRPC.Namespace + "." + cfg.Service.Name + "." + cfg.App.Name,
|
||||
MimeTypes: mimeTypes,
|
||||
ProductName: cfg.App.Product,
|
||||
},
|
||||
}
|
||||
gwc, err := gws.Next()
|
||||
|
||||
Reference in New Issue
Block a user