Files
labelmain/components/label/api/const.ts
2026-03-10 18:23:48 +08:00

5 lines
158 B
TypeScript

export const BASE_LABEL_API =
process.env.NEXT_PUBLIC_ENV === "production"
? "https://label.cowarobot.com"
: "https://label.softtest.cowarobot.com"