Browse Source

Change push server URL to production servers

Danilo Bargen 7 years ago
parent
commit
fd2c30f258
1 changed files with 1 additions and 1 deletions
  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,