浏览代码

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,