Files
labelimage/components/label/api/const.ts
2026-03-16 18:00:28 +08:00

7 lines
255 B
TypeScript

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