Abhisingh-18's picture
Mirror of github.com/Abhisingh18/Rag-Model-For-DA
bd699fe verified
Raw
History Blame Contribute Delete
101 Bytes
const API_URL = import.meta.env.VITE_API_URL || 'http://localhost:5000';
export default API_URL;