Files
labelmain-demo/components/label/api/const.ts
2026-03-09 15:28:20 +08:00

5 lines
146 B
TypeScript

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