|
@@ -2,7 +2,7 @@ import axios from "axios";
|
|
|
import { API_URL } from "@/env";
|
|
import { API_URL } from "@/env";
|
|
|
|
|
|
|
|
const axiosAPI = axios.create({
|
|
const axiosAPI = axios.create({
|
|
|
- baseURL: API_URL || "http://localhost:5000/v1",
|
|
|
|
|
|
|
+ baseURL: API_URL || "https://api.sidali.sixsenz.net/v1",
|
|
|
withCredentials: true,
|
|
withCredentials: true,
|
|
|
});
|
|
});
|
|
|
|
|
|