fix: rename

This commit is contained in:
Timothy J. Baek 2024-02-17 01:11:19 -08:00
parent 7474a8d4d3
commit dc4ffe4eae
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
import { dev } from '$app/environment';
export const WEBUI_NAME = 'Open Web UI';
export const WEBUI_NAME = 'Open WebUI';
export const WEBUI_BASE_URL = dev ? `http://${location.hostname}:8080` : ``;
export const WEBUI_API_BASE_URL = `${WEBUI_BASE_URL}/api/v1`;