summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/blogs/BlogView.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-09-23 22:06:43 +0200
committerJules Laplace <julescarbon@gmail.com>2017-09-23 22:06:43 +0200
commitd793f5f92da6973173452709473e4bdd46a4171f (patch)
tree21ad18c1dd8baf3ab6258b77da4df62ba0278a1c /StoneIsland/www/js/lib/blogs/BlogView.js
parentaf00a4be4be6c3f2eb03f6290834f53dc4a48729 (diff)
pushing everything to hub
Diffstat (limited to 'StoneIsland/www/js/lib/blogs/BlogView.js')
-rwxr-xr-xStoneIsland/www/js/lib/blogs/BlogView.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/blogs/BlogView.js b/StoneIsland/www/js/lib/blogs/BlogView.js
index 9fe28132..fd7b5212 100755
--- a/StoneIsland/www/js/lib/blogs/BlogView.js
+++ b/StoneIsland/www/js/lib/blogs/BlogView.js
@@ -9,7 +9,7 @@ var BlogView = View.extend({
fetch: function(fn){
$.ajax({
method: "GET",
- url: sdk.env === 'test' ? '/db.json' : "https://stone.giraffe.life/db.json",
+ url: sdk.env === 'test' ? '/db.json' : sdk.cms() + '/db.json',
// url: "https://stone.giraffe.life/db.json",
success: function(data){
this.success(data)