yazid138 3 жил өмнө
parent
commit
8b04e78281
2 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 1 1
      config/axios.js
  2. 1 1
      env.js

+ 1 - 1
config/axios.js

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

+ 1 - 1
env.js

@@ -1,3 +1,3 @@
 // export const TOKEN=77aecfec-10ac-3b4f-ab59-3fbfbeed6324
 // export const API_URL = "http://localhost:5000";
-export const API_URL = "https://api.sidali.sixsenz.net";
+export const API_URL = "https://api.sidali.sixsenz.net/v1";