update
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
import axios from "axios";
|
||||
|
||||
const axiosInstance = axios.create({
|
||||
baseURL: "http://localhost:8084/api",
|
||||
// baseURL: "http://localhost:8084/api",
|
||||
baseURL: process.env.NEXT_PUBLIC_FRONT_BASE_URL,
|
||||
});
|
||||
|
||||
axiosInstance.interceptors.response.use((response) => {
|
||||
|
Reference in New Issue
Block a user