Skip to content

Commit

Permalink
Update api.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
RubensKj authored Mar 13, 2021
1 parent 8bb409b commit 74efa77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/api.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from 'axios';

const api = axios.create({
baseURL: process.env.REACT_APP_API_URL || 'http://localhost:8080/api',
baseURL: process.env.REACT_APP_API_URL || 'http://35.247.213.97:8080/api',
})

export default api;
export default api;

0 comments on commit 74efa77

Please sign in to comment.