From 355f58177a3f4ec6af6ffbb909de8fbc91d2f833 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 23 Sep 2017 20:40:15 +0200 Subject: hit new endpoints --- StoneIsland/www/js/lib/blogs/BlogView.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'StoneIsland/www/js/lib/blogs/BlogView.js') diff --git a/StoneIsland/www/js/lib/blogs/BlogView.js b/StoneIsland/www/js/lib/blogs/BlogView.js index 598a0241..9fe28132 100755 --- a/StoneIsland/www/js/lib/blogs/BlogView.js +++ b/StoneIsland/www/js/lib/blogs/BlogView.js @@ -9,8 +9,8 @@ var BlogView = View.extend({ fetch: function(fn){ $.ajax({ method: "GET", - url: sdk.env === 'test' ? '/db.json' : "https://stone.sup.land/db.json", - // url: "https://stone.sup.land/db.json", + url: sdk.env === 'test' ? '/db.json' : "https://stone.giraffe.life/db.json", + // url: "https://stone.giraffe.life/db.json", success: function(data){ this.success(data) fn && fn() -- cgit v1.2.3-70-g09d2