Files
auth-remote-react/src/shared/config/api/constants.ts

5 lines
161 B
TypeScript
Raw Normal View History

2026-03-16 18:30:49 +03:00
export const BASE_URL =
import.meta.env.VITE_API_BASE_URL || "https://localhost:3001";
2026-03-17 13:39:32 +03:00
export const UNEXPECTED_ERROR_MESSAGE = "An unexpected error occured";