fix : some bug

This commit is contained in:
mahyargdz
2024-12-31 15:06:16 +03:30
parent ca1537dccc
commit 882cd84846
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import axios from "axios";
const axiosInstance = axios.create({
// baseURL: "http://192.168.0.243:7420/api",
// baseURL: "http://localhost:7420/api",
baseURL: "https://asan-service.com/api",
});