Update push notification server address

Signed-off-by: Daniel D’Aquino <daniel@daquino.me>
This commit is contained in:
Daniel D’Aquino
2024-08-19 17:40:56 -07:00
committed by William Casarin
parent 27083669fa
commit 3a9dda5eb3
2 changed files with 2 additions and 2 deletions

View File

@@ -220,7 +220,7 @@ extension PushNotificationClient {
case .local_test(let host):
URL(string: "http://\(host ?? "localhost:8000")") ?? Constants.PUSH_NOTIFICATION_SERVER_TEST_BASE_URL
case .production:
Constants.PURPLE_API_PRODUCTION_BASE_URL
Constants.PUSH_NOTIFICATION_SERVER_PRODUCTION_BASE_URL
}
}