3 lines
196 B
JavaScript
3 lines
196 B
JavaScript
// Central configuration
|
|
export const BASE_API_URL = 'http://localhost:8015'; // Your backend URL
|
|
export const API_KEY = 'YOUR_API_KEY'; // Replace with your actual key or use a more secure method
|