Configured frontend during image build
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
			
		||||
import axios from "axios";
 | 
			
		||||
import Cookies from "js-cookie";
 | 
			
		||||
 | 
			
		||||
const API_URL = "http://localhost:5000";
 | 
			
		||||
const API_URL = import.meta.env.VITE_API_URL;
 | 
			
		||||
 | 
			
		||||
const api = axios.create({
 | 
			
		||||
  baseURL: API_URL,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user