File size: 158 Bytes
1e8ff3b
 
 
 
 
1
2
3
4
5
6
export const apiUrl =
  process.env.NEXT_PUBLIC_API_URL ||
  `${window.location.protocol === "https:" ? "https" : "http"}://${
    window.location.host
  }`;