Kaynağa Gözat

Change push server URL to production servers

Danilo Bargen 7 yıl önce
ebeveyn
işleme
fd2c30f258
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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,