fix: use generic Origin service type

This commit is contained in:
SG Command
2026-08-13 16:56:50 +02:00
parent 084588fbf1
commit 10ca893bca
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ func main() {
origin, err := originclient.New(originclient.Config{
URL: cfg.Origin.URL,
ServiceKey: cfg.Origin.ServiceKey,
Type: "CronoCraft App",
Type: "generic",
Version: cfg.Origin.Version,
Name: "ZoeShaldon",
AppType: "go",