fixed form

This commit is contained in:
2024-10-07 08:14:12 +05:00
parent 05a48a5f55
commit b9f506a51b
+1 -1
View File
@@ -1,5 +1,5 @@
import ky from 'ky';
export const api = ky.extend({
prefixUrl: import.meta.env.VITE_API_URL,
prefixUrl: import.meta.env.VITE_PUBLIC_API_URL,
});