This commit is contained in:
2024-03-18 17:24:01 +05:00
parent 58df0badf7
commit a2bbe70589
9 changed files with 191 additions and 4976 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
import ky from "ky";
const api = ky.extend({
prefixUrl: "https://graff.estate/api",
// prefixUrl: import.meta.env.VITE_API_URL,
prefixUrl: process.env.NEXT_PUBLIC_API_URL,
});
export default api;