freshyo/apps/fallback-ui/src/constants.ts
2026-01-24 00:13:15 +05:30

7 lines
No EOL
117 B
TypeScript

const webUiConstants = {
// baseUrl: 'http://localhost:4000/'
baseUrl: '/'
}
export default webUiConstants;