From a05d4a0cff1e795b45b7840289c8e5aa9e177932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Wed, 23 Dec 2015 12:35:47 -0300 Subject: [PATCH] refactor --- src/js/services/pushNotificationsService.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/js/services/pushNotificationsService.js b/src/js/services/pushNotificationsService.js index 78e186650..3aed74598 100644 --- a/src/js/services/pushNotificationsService.js +++ b/src/js/services/pushNotificationsService.js @@ -3,8 +3,6 @@ .factory('pushNotificationsService', function($http) { var root = {}; - //"APA91bHCysW7fzE_ks5HPOu2BGr0G7T-aD5SPfzaSGIKuhp82gFUcopVPPck8EfnxgHyK_3QJ9FdFS8H2mjAILDv3jdrH6slJzmCwoszya9XdJz4Uv-cxkLDYXb7z086TD3uPgSLnMUO" - root.subscribe = function(opts) { return $http.post('http://192.168.1.120:8000/subscribe', opts); }