mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-15 10:50:31 +01:00
default frontend api to relative URL
This commit is contained in:
parent
4dd606b65a
commit
2036204f23
@ -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…
Reference in New Issue
Block a user