update API routes

pull/109/head
Michael Q Larson 2015-02-17 14:14:25 -08:00
parent 0d3ee3c2b4
commit ca9658bf16
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
script.
(function() {
$.ajax({
url: 'http://localhost:3001/api/blogger',
url: 'http://freecodecamp.com/api/blogger',
type: 'GET'
}).done(
function(data) {

View File

@ -2,7 +2,7 @@
script.
(function() {
$.ajax({
url: 'http://localhost:3001/api/github',
url: 'http://freecodecamp.com/api/github',
type: 'GET'
}).done(
function(data) {

View File

@ -2,7 +2,7 @@
script.
(function() {
$.ajax({
url: 'http://localhost:3001/api/trello',
url: 'http://freecodecamp.com/api/trello',
type: 'GET'
}).done(
function(data) {