Fix backendBaseUrl problem
This commit is contained in:
parent
e90337060b
commit
cd98f5e54a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue