This commit is contained in:
2025-10-13 14:34:56 +03:00
parent cdb96dfb8b
commit f5142ec95d
3 changed files with 4 additions and 3 deletions

View File

@@ -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: "Видео",