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