fixed broadcast bug

This commit is contained in:
2023-02-25 01:10:59 +00:00
parent 4011f3e83f
commit d42cde1b6f
3 changed files with 41 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ func BroadcastServerToBackend() error {
respIpv4orIPv6 := Ip4or6(config.IPAddress)
// Adding game session information
respIpv4orIPv6 = "https://" + respIpv4orIPv6
respIpv4orIPv6 = "http://" + respIpv4orIPv6
// Get room information
_, err = ReadRoomsFile()