force https to allow screenshare

This commit is contained in:
2023-02-25 01:49:53 +00:00
parent e1bd8a3cb9
commit d1745c9fda
2 changed files with 2 additions and 2 deletions

View File

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