6 lines
111 B
TypeScript
6 lines
111 B
TypeScript
export const KEFU_DEMO_PATH = "/support/demo"
|
|
|
|
export function getWidgetDemoPath() {
|
|
return KEFU_DEMO_PATH
|
|
}
|