upd
This commit is contained in:
+1
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user