We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e799f commit f7703f0Copy full SHA for f7703f0
src/api.ts
@@ -3,8 +3,8 @@ import axios from 'axios';
3
const instance = axios.create({
4
baseURL: import.meta.env.VITE_BASE_URL
5
? import.meta.env.VITE_BASE_URL
6
- : 'http://127.0.0.1:3000',
7
- // : 'https://points-api.illinoiswcs.org',
+ : // : 'http://127.0.0.1:3000',
+ 'https://points-api.illinoiswcs.org',
8
withCredentials: true
9
});
10
0 commit comments