Ver código fonte

Change push server URL to production servers

Danilo Bargen 7 anos atrás
pai
commit
fd2c30f258
1 arquivos alterados com 1 adições e 1 exclusões
  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,