File size: 259 Bytes
f7b9ff6
 
1e8ff3b
f7b9ff6
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
"use client";

export const apiUrl =
  typeof window !== "undefined"
    ? process.env.NEXT_PUBLIC_API_URL
    : process.env.NEXT_PUBLIC_API_URL ||
      `${window.location.protocol === "https:" ? "https" : "http"}://${
        window.location.host
      }`;