Skip to content

Commit 3ebc0e5

Browse files
added env production
1 parent b2253d7 commit 3ebc0e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/lib/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import axios, { AxiosError } from 'axios';
22

33
// Base API configuration
44
// const API_BASE_URL = import.meta.env.VITE_API_URL || 'http://localhost:8000';
5-
const API_BASE_URL = import.meta.env.VITE_API_URL || 'https://a-full-stack-intelligent-calorie.onrender.com';
5+
const API_BASE_URL = import.meta.env.VITE_API_URL;
66

77
// Create axios instance with base configuration
88
const api = axios.create({

0 commit comments

Comments
 (0)