Skip to content

Commit f7703f0

Browse files
committed
merge in hi/login-points-redirect
1 parent 88e799f commit f7703f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import axios from 'axios';
33
const instance = axios.create({
44
baseURL: import.meta.env.VITE_BASE_URL
55
? import.meta.env.VITE_BASE_URL
6-
: 'http://127.0.0.1:3000',
7-
// : 'https://points-api.illinoiswcs.org',
6+
: // : 'http://127.0.0.1:3000',
7+
'https://points-api.illinoiswcs.org',
88
withCredentials: true
99
});
1010

0 commit comments

Comments
 (0)