Merge pull request #199 from LePips/fix-discovery-port

Fix Discovery Port
This commit is contained in:
aiden 3 2021-10-27 20:29:32 -04:00 committed by GitHub
commit 78ef4e84f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class ServerDiscovery {
if let port = components?.port {
return port
}
return 8096
return 7359
}
enum CodingKeys: String, CodingKey {