mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-09-07 22:25:43 +00:00
fix(api): update BASE_API_URL to use localhost:3000 for consistency
This commit is contained in:
@@ -107,7 +107,7 @@ function formatDate(value: string | null | undefined): string {
|
||||
|
||||
const API_BASE =
|
||||
(import.meta as { env?: Record<string, string> }).env?.['VITE_BASE_API_URL'] ??
|
||||
'http://localhost:3001/api';
|
||||
'http://localhost:3000/api';
|
||||
|
||||
async function generateCertificate(profileId: string): Promise<Blob> {
|
||||
const token = authStorage.getToken();
|
||||
|
||||
Reference in New Issue
Block a user