mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2026-06-12 13:15:38 +03:00
add ENV var for api endpoint for frontend
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
export const API_BASE =
|
||||
import.meta.env.VITE_ENABLE_GOOGLE_AUTH || "http://localhost:5000";
|
||||
import.meta.env.VITE_API_BASE || "http://localhost:5000";
|
||||
|
||||
Reference in New Issue
Block a user