Skip to content

Commit

Permalink
axios for build prod
Browse files Browse the repository at this point in the history
  • Loading branch information
faris-isa committed May 7, 2021
1 parent 36f1e2d commit c112d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/axios.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import axios from 'axios';

let api = axios.create({
baseURL: "http://localhost/backend/api",
// baseURL: "https://m3117063.api.isabot.site/api",
// baseURL: "http://localhost/backend/api",
baseURL: "https://m3117063.api.isabot.site/api",
withCredentials: true,
});

Expand Down

0 comments on commit c112d78

Please sign in to comment.