2 lines
84 B
TypeScript
2 lines
84 B
TypeScript
export const API_URL = process.env.NEXT_PUBLIC_API_URL || "http://localhost:8000";
|
|
|