Skip to content
Snippets Groups Projects
Commit 2036204f authored by timothycarambat's avatar timothycarambat
Browse files

default frontend api to relative URL

parent 4dd606b6
No related branches found
No related tags found
No related merge requests found
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";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment