mirror of
https://github.com/ershisan99/cards-front.git
synced 2025-12-26 04:59:27 +00:00
part 3 extra reducers
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import axios from "axios"
|
||||
|
||||
export const AuthInstance = axios.create({
|
||||
baseURL: import.meta.env.BASE_URL + "auth/",
|
||||
baseURL: import.meta.env.VITE_BASE_API_URL + "auth/",
|
||||
withCredentials: true,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user