ソースを参照

Change push server URL to production servers

Danilo Bargen 7 年 前
コミット
fd2c30f258
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/config.ts

+ 1 - 1
src/config.ts

@@ -29,7 +29,7 @@ export default {
     }],
 
     // Push
-    PUSH_URL: 'https://push-web-beta.threema.ch/push',
+    PUSH_URL: 'https://push-web.threema.ch/push',
 
     // Debugging options
     DEBUG: false,