fix: add product name to the registration info

This commit is contained in:
Juan Pablo Villafáñez
2024-11-05 11:45:08 +01:00
parent 32607b2481
commit 1e8b5fae70

View File

@@ -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()