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 4cccae0 commit 271f9d9Copy full SHA for 271f9d9
src/api/api.ts
@@ -3,7 +3,7 @@ import axios from 'axios';
3
console.log(import.meta.env.VITE_API_URL);
4
5
const api = axios.create({
6
- baseURL: import.meta.env.VITE_API_URL ?? 'https://api.sos-rs.com',
+ baseURL: import.meta.env.VITE_API_URL ?? 'http://localhost:4000/',
7
});
8
9
export { api };
0 commit comments