From ca9658bf16532aadf8e607b31c64383ac0e864ee Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Tue, 17 Feb 2015 14:14:25 -0800 Subject: [PATCH] update API routes --- views/partials/blogger.jade | 2 +- views/partials/github.jade | 2 +- views/partials/trello.jade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/views/partials/blogger.jade b/views/partials/blogger.jade index 4f20d892670..391e7cbf431 100644 --- a/views/partials/blogger.jade +++ b/views/partials/blogger.jade @@ -2,7 +2,7 @@ script. (function() { $.ajax({ - url: 'http://localhost:3001/api/blogger', + url: 'http://freecodecamp.com/api/blogger', type: 'GET' }).done( function(data) { diff --git a/views/partials/github.jade b/views/partials/github.jade index 8da604e5a36..4cdc36f18ff 100644 --- a/views/partials/github.jade +++ b/views/partials/github.jade @@ -2,7 +2,7 @@ script. (function() { $.ajax({ - url: 'http://localhost:3001/api/github', + url: 'http://freecodecamp.com/api/github', type: 'GET' }).done( function(data) { diff --git a/views/partials/trello.jade b/views/partials/trello.jade index b2021976b26..982e13949f2 100644 --- a/views/partials/trello.jade +++ b/views/partials/trello.jade @@ -2,7 +2,7 @@ script. (function() { $.ajax({ - url: 'http://localhost:3001/api/trello', + url: 'http://freecodecamp.com/api/trello', type: 'GET' }).done( function(data) {