freshyo/apps/fallback-ui/src/constants.ts
2026-04-08 23:31:55 +05:30

7 lines
122 B
TypeScript

const webUiConstants = {
baseUrl: 'https://worker.freshyo.in/'
// baseUrl: '/'
}
export default webUiConstants;