summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/etc/push.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-09-23 20:40:15 +0200
committerJules Laplace <julescarbon@gmail.com>2017-09-23 20:40:15 +0200
commit355f58177a3f4ec6af6ffbb909de8fbc91d2f833 (patch)
treeae47fc2045af556100fff62f73955a687f5a2bf7 /StoneIsland/www/js/lib/etc/push.js
parentcc8e24461c625400143677956bdffb9268d8050b (diff)
hit new endpoints
Diffstat (limited to 'StoneIsland/www/js/lib/etc/push.js')
-rwxr-xr-xStoneIsland/www/js/lib/etc/push.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/www/js/lib/etc/push.js b/StoneIsland/www/js/lib/etc/push.js
index 6a1dfa5b..3b919ffd 100755
--- a/StoneIsland/www/js/lib/etc/push.js
+++ b/StoneIsland/www/js/lib/etc/push.js
@@ -70,7 +70,7 @@ var push = (function(){
})
$.ajax({
method: "POST",
- url: "https://stone.sup.land/_services/push/add",
+ url: "https://stone.giraffe.life/_services/push/add",
data: data,
contentType: 'application/x-www-form-urlencoded; charset=UTF-8',
success: function(){
@@ -91,7 +91,7 @@ var push = (function(){
}
$.ajax({
method: "POST",
- url: "https://stone.sup.land/_services/push/remove",
+ url: "https://stone.giraffe.life/_services/push/remove",
data: data,
contentType: 'application/x-www-form-urlencoded; charset=UTF-8',
success: function(){