update API routes
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
script.
|
script.
|
||||||
(function() {
|
(function() {
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: 'http://localhost:3001/api/blogger',
|
url: 'http://freecodecamp.com/api/blogger',
|
||||||
type: 'GET'
|
type: 'GET'
|
||||||
}).done(
|
}).done(
|
||||||
function(data) {
|
function(data) {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
script.
|
script.
|
||||||
(function() {
|
(function() {
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: 'http://localhost:3001/api/github',
|
url: 'http://freecodecamp.com/api/github',
|
||||||
type: 'GET'
|
type: 'GET'
|
||||||
}).done(
|
}).done(
|
||||||
function(data) {
|
function(data) {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
script.
|
script.
|
||||||
(function() {
|
(function() {
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: 'http://localhost:3001/api/trello',
|
url: 'http://freecodecamp.com/api/trello',
|
||||||
type: 'GET'
|
type: 'GET'
|
||||||
}).done(
|
}).done(
|
||||||
function(data) {
|
function(data) {
|
||||||
|
Reference in New Issue
Block a user