fix: Add /api prefix to frontend API base URL
This commit is contained in:
parent
bc20de7567
commit
93e364466a
@ -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 {
|
||||
constructor() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user