7 lines
122 B
TypeScript
7 lines
122 B
TypeScript
const webUiConstants = {
|
|
baseUrl: 'https://worker.freshyo.in/'
|
|
// baseUrl: '/'
|
|
}
|
|
|
|
|
|
export default webUiConstants;
|