upd
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import ky from "ky";
|
||||
|
||||
const api = ky.extend({
|
||||
prefixUrl: `${import.meta.env.VITE_API_URL}/api`,
|
||||
prefixUrl: import.meta.env.VITE_API_URL,
|
||||
});
|
||||
|
||||
export default api;
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
export default function randomNumber(min: number, max: number) {
|
||||
return Math.floor(Math.random() * (max - min) + min);
|
||||
}
|
||||
Reference in New Issue
Block a user