mirror of
https://github.com/ershisan99/cards-front.git
synced 2025-12-17 20:49:31 +00:00
7 lines
145 B
TypeScript
7 lines
145 B
TypeScript
import axios from "axios"
|
|
|
|
export const AuthInstance = axios.create({
|
|
baseURL: import.meta.env.BASE_URL + "auth/",
|
|
withCredentials: true,
|
|
})
|