Merge branch 'certficate' of https://github.com/Tria-plc/emaui into estif-branch-1

This commit is contained in:
Estifo77
2026-08-17 13:16:22 +03:00
78 changed files with 10613 additions and 2197 deletions

View File

@@ -7,7 +7,7 @@ import type { AuthUser } from '../types/auth.types';
const BASE_API_URL =
(import.meta as { env?: Record<string, string> }).env?.['VITE_BASE_API_URL'] ??
'http://localhost:3001/api';
'http://localhost:3000/api';
/**
* Restores the signed-in session before the router renders.