chore: rename file
This commit is contained in:
4
src/shared/config/api/constants.ts
Normal file
4
src/shared/config/api/constants.ts
Normal 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";
|
||||
Reference in New Issue
Block a user