Change to hash routing, webuiInitialize controls project prefix
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { ButtonVariantType } from '@/components/ui/Button'
|
||||
|
||||
export const backendBaseUrl = ''
|
||||
export const backendBaseUrl = 'http://localhost:9621/'
|
||||
export const webuiPrefix = '/webui'
|
||||
|
||||
export const controlButtonVariant: ButtonVariantType = 'ghost'
|
||||
|
||||
|
Reference in New Issue
Block a user