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";
|
2026-03-24 09:26:10 +03:00
|
|
|
export const MOCK_TOKEN = "mock.access.token";
|
|
|
|
|
export const MOCK_FRESH_TOKEN = "mock.fresh.access.token";
|