7 lines
No EOL
117 B
TypeScript
7 lines
No EOL
117 B
TypeScript
const webUiConstants = {
|
|
// baseUrl: 'http://localhost:4000/'
|
|
baseUrl: '/'
|
|
}
|
|
|
|
|
|
export default webUiConstants; |