chore: rename file

This commit is contained in:
Ilia Mashkov
2026-03-17 13:39:32 +03:00
parent 55451d3eb4
commit 98146a7996
3 changed files with 4 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
export const BASE_URL =
import.meta.env.VITE_API_BASE_URL || "https://localhost:3001";
export const UNEXPECTED_ERROR_MESSAGE = "An unexpected error occured";