aswi2023one-team-to-rule-them-all-gitlab/src/api/api.ts @ 8040f287
1 |
import axios from "axios" |
---|---|
2 |
import { BASE_API_URL } from "./constants" |
3 | |
4 | |
5 |
export const axiosInstance = axios.create({ |
6 |
baseURL: BASE_API_URL, |
7 |
withCredentials: true |
8 |
})
|