Explorar el Código

Change push server URL to production servers

Danilo Bargen hace 7 años
padre
commit
fd2c30f258
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,