kv-tiktok/frontend/src/config.ts

1 line
89 B
TypeScript

export const API_BASE_URL = import.meta.env.VITE_API_URL || 'http://localhost:8002/api';