Jon Taylor
added UI
1e8ff3b
raw
history blame
158 Bytes
export const apiUrl =
process.env.NEXT_PUBLIC_API_URL ||
`${window.location.protocol === "https:" ? "https" : "http"}://${
window.location.host
}`;