Skip to content

Commit

Permalink
Change api url
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo S. de Paula committed Mar 29, 2020
1 parent 71c44c3 commit b565b97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
2 changes: 1 addition & 1 deletion frontend/src/services/api.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from 'axios'

const api = axios.create({
baseURL: "http://localhost:3333",
baseURL: "https://backend-bethehero-gsp.herokuapp.com",
})

export default api;
23 changes: 0 additions & 23 deletions package.json

This file was deleted.

0 comments on commit b565b97

Please sign in to comment.