Commit 78b9993e authored by Roger Wu's avatar Roger Wu

Update base-url.ts

parent 6568c2d0
export const BASE_URLS: Record<'DEV' | 'PROD', string> = {
DEV: 'https://poc-sit.gsstcloud.com',
PROD: 'https://poc.gsstcloud.com',
PROD: 'https://model-link.gsstcloud.com',
}
export const INDEX_URLS: Record<'DEV' | 'PROD', string> = {
DEV: 'https://poc-sit.gsstcloud.com/fe/',
PROD: 'https://poc.gsstcloud.com/fe/',
PROD: 'https://model-link.gsstcloud.com/fe/',
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment