arbret/frontend/app/config.ts

2 lines
83 B
TypeScript
Raw Normal View History

2025-12-18 22:31:19 +01:00
export const API_URL = process.env.NEXT_PUBLIC_API_URL || "http://localhost:8000";