summaryrefslogtreecommitdiff
path: root/frontend/src/config.ts
blob: d7c3a7ef44f469d7449966010802c8ce0c6b3089 (plain)
1
2
3
4
const API_URL: string =
    import.meta.env.VITE_API_URL ?? "https://localhost:3000";

export default API_URL;