mirror of
https://github.com/HKUDS/LightRAG.git
synced 2026-01-07 12:20:51 +00:00
Fix backendBaseUrl problem
This commit is contained in:
parent
e90337060b
commit
cd98f5e54a
@ -1,6 +1,6 @@
|
||||
import { ButtonVariantType } from '@/components/ui/Button'
|
||||
|
||||
export const backendBaseUrl = 'http://localhost:9621'
|
||||
export const backendBaseUrl = ''
|
||||
export const webuiPrefix = '/webui/'
|
||||
|
||||
export const controlButtonVariant: ButtonVariantType = 'ghost'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user