fix: Add /api prefix to frontend API base URL

This commit is contained in:
Z User 2026-03-24 03:13:33 +00:00
parent bc20de7567
commit 93e364466a

View File

@ -1,4 +1,4 @@
const API_BASE = import.meta.env.VITE_API_URL || 'http://localhost:8000'; const API_BASE = import.meta.env.VITE_API_URL || 'http://localhost:8000/api';
class ApiClient { class ApiClient {
constructor() { constructor() {