davy66666 1 сар өмнө
parent
commit
6a96afbbab

+ 1 - 1
internal/config/config.go

@@ -12,7 +12,7 @@ type Config struct {
 }
 
 type Rtc struct {
-	Url       string
+	Url       []string
 	ApiKey    string
 	ApiSecret string
 }