Compare commits
2 Commits
f9f3651c7e
...
691ef1c77d
| Author | SHA1 | Date | |
|---|---|---|---|
| 691ef1c77d | |||
| 9f9813f01d |
BIN
frontend/assets/images/graph_arch/deepagent.png
Normal file
BIN
frontend/assets/images/graph_arch/deepagent.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
@@ -19,8 +19,7 @@ import type {
|
|||||||
RuntimeAuthInfoResponse,
|
RuntimeAuthInfoResponse,
|
||||||
} from "../types";
|
} from "../types";
|
||||||
|
|
||||||
const API_BASE_URL =
|
const API_BASE_URL = import.meta.env.VITE_FRONT_API_BASE_URL?.trim() || "/";
|
||||||
import.meta.env.VITE_FRONT_API_BASE_URL?.trim() || "http://127.0.0.1:8500";
|
|
||||||
|
|
||||||
export function joinApiUrl(baseUrl: string, path: string): string {
|
export function joinApiUrl(baseUrl: string, path: string): string {
|
||||||
const normalizedPath = path.startsWith("/") ? path : `/${path}`;
|
const normalizedPath = path.startsWith("/") ? path : `/${path}`;
|
||||||
|
|||||||
Reference in New Issue
Block a user