Skip to content

Commit

Permalink
adding secure link https://
Browse files Browse the repository at this point in the history
  • Loading branch information
eltonlazzarin committed Dec 31, 2019
1 parent 85b153e commit 8e8dae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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://trampos.co/api',
baseURL: 'https://trampos.co/api',
})

export default api;
export default api;

0 comments on commit 8e8dae5

Please sign in to comment.