Skip to content

Commit 092624b

Browse files
committed
basic to core
1 parent 911ad1e commit 092624b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/v1/subscription/subscription.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1850,7 +1850,7 @@ func createHelioSubscription(c *gin.Context) {
18501850
fallthrough
18511851
case "RelayYear-1":
18521852
credits = 1
1853-
name = "Relay Service"
1853+
name = "Core Service"
18541854
description = "A single tunnel or relay in any Region"
18551855
devices = 5
18561856
networks = 1
@@ -2185,7 +2185,7 @@ func createSubscription(c *gin.Context) {
21852185
fallthrough
21862186
case "RelayYear-1":
21872187
credits = 1
2188-
name = "Relay Service"
2188+
name = "Core Service"
21892189
description = "A single tunnel or relay in any Region"
21902190
devices = 5
21912191
networks = 1

0 commit comments

Comments
 (0)