4 lines
84 B
TypeScript
4 lines
84 B
TypeScript
const API_BASE_URL = process.env.NEXT_PUBLIC_API_URL;
|
|
|
|
export default API_BASE_URL;
|