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 67c81f2 commit 45cdd56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/trashure-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ function getMap() {

var center = map.getCenter();

const url = 'http://localhost:8080/api/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) => {
res.data.forEach(function (data) {
Expand Down

0 comments on commit 45cdd56

Please sign in to comment.