login works

This commit is contained in:
2025-10-08 03:02:50 +02:00
parent 3cd91b7735
commit a20998ae25
5 changed files with 141 additions and 70 deletions

View File

@@ -1,5 +1,5 @@
// frontend/src/services/authService.ts
const API_BASE = 'http://localhost:3001/api';
const API_BASE = 'http://localhost:3002/api';
export interface LoginRequest {
email: string;