Skip to content

Commit 6c5188a

Browse files
committed
change route
1 parent bb3afb4 commit 6c5188a

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)