This commit is contained in:
Jake Kasper
2025-09-02 09:18:41 -05:00
parent 90af8fab02
commit f29876b041
8 changed files with 389 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ import toast from 'react-hot-toast';
const API_BASE_URL = process.env.REACT_APP_API_URL || 'http://localhost:5000/api';
// Create axios instance
const apiClient = axios.create({
export const apiClient = axios.create({
baseURL: API_BASE_URL,
timeout: 10000,
headers: {