Skip to content

Commit

Permalink
small bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
katemat committed Jul 15, 2020
1 parent f6d75fe commit 17c24e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/trashure-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function getMap() {

var center = map.getCenter();

const url = 'https://trashure-app.herokuapp.com/trashure_items';
const url = 'https://trashure-app.herokuapp.com/api/trashure_items';
// const url = 'http://localhost:8080/api/trashure_items';

axios.get(url).then((res) => {
Expand Down

0 comments on commit 17c24e6

Please sign in to comment.