fix: Env
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export const API_URL = "https://wn.krbl.ru";
|
||||
export const API_URL = import.meta.env.VITE_API_URL;
|
||||
export const MEDIA_TYPE_LABELS = {
|
||||
1: "Фото",
|
||||
2: "Видео",
|
||||
|
||||
Reference in New Issue
Block a user