update port

This commit is contained in:
Ethan Pippin 2021-10-23 22:31:55 -06:00
parent a06ceb7453
commit d633652b8c
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 {