mirror of
https://github.com/khairul169/code-share.git
synced 2025-06-18 01:29:35 +07:00
3 lines
105 B
TypeScript
3 lines
105 B
TypeScript
|
export const BASE_URL =
|
||
|
typeof window !== "undefined" ? location.protocol + "//" + location.host : "";
|