3 lines
197 B
TypeScript
3 lines
197 B
TypeScript
|
|
/** Qudo backend API base URL (set in `.env` as `NEXT_PUBLIC_API_URL`, e.g. `https://qudo.id/api` or `http://localhost:8800`). */
|
||
|
|
export const API_BASE_URL = process.env.NEXT_PUBLIC_API_URL ?? "";
|