mirror of
https://github.com/khairul169/code-share.git
synced 2025-04-28 16:49:36 +07:00
3 lines
105 B
TypeScript
3 lines
105 B
TypeScript
export const BASE_URL =
|
|
typeof window !== "undefined" ? location.protocol + "//" + location.host : "";
|