瀏覽代碼

use correct sandbox url

B. Petersen 4 年之前
父節點
當前提交
ff292ed1c8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deltachat-ios/AppDelegate.swift

+ 1 - 1
deltachat-ios/AppDelegate.swift

@@ -307,7 +307,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
         logger.verbose("device token: \(tokenString)")
 
         #if DEBUG
-        let endpoint = "https://notifications.delta.chat/register" // FIXME: use sandbox address
+        let endpoint = "https://sandbox.notifications.delta.chat/register"
         #else
         let endpoint = "https://notifications.delta.chat/register"
         #endif