|
|
|
@ -1,7 +1,9 @@
|
|
|
|
|
// export const BASE_URL_API_V1_PROD = 'https://nawakara-staging-api.ospro.id/v1'
|
|
|
|
|
// export const BASE_URL_API_V2_PROD = 'https://nawakara-staging-api.ospro.id/v2'
|
|
|
|
|
export const BASE_URL_API_V1_PROD = 'https://nawakara-api.ospro.id/v1' |
|
|
|
|
export const BASE_URL_API_V2_PROD = 'https://nawakara-api.ospro.id/v2' |
|
|
|
|
// export const BASE_URL_API_V1_PROD = 'http://localhost:5444/v1'
|
|
|
|
|
// export const BASE_URL_API_V2_PROD = 'http://localhost:5444/v2'
|
|
|
|
|
export const BASE_URL_API_V1_PROD = 'https://nawakara-staging-api.ospro.id/v1' |
|
|
|
|
export const BASE_URL_API_V2_PROD = 'https://nawakara-staging-api.ospro.id/v2' |
|
|
|
|
// export const BASE_URL_API_V1_PROD = 'https://nawakara-api.ospro.id/v1'
|
|
|
|
|
// export const BASE_URL_API_V2_PROD = 'https://nawakara-api.ospro.id/v2'
|
|
|
|
|
export const BASE_URL_API_V1 = BASE_URL_API_V1_PROD |
|
|
|
|
export const BASE_URL_API_V2 = BASE_URL_API_V2_PROD |
|
|
|
|
export const BASE_URL_IMAGE = `${BASE_URL_API_V1}/attachments` |
|
|
|
|