mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-17 18:18:11 +00:00
default frontend api to relative URL
This commit is contained in:
parent
4dd606b65a
commit
2036204f23
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
export const API_BASE =
|
||||
import.meta.env.VITE_API_BASE || "http://localhost:3001/api";
|
||||
import.meta.env.VITE_API_BASE || "/api";
|
||||
|
||||
export const AUTH_USER = "anythingllm_user";
|
||||
export const AUTH_TOKEN = "anythingllm_authToken";
|
||||
|
|
Loading…
Add table
Reference in a new issue