chore: update custom-rules & update style & script data

This commit is contained in:
2026-01-21 21:44:02 +01:00
parent f46a5d9652
commit c3ac31917a
11 changed files with 862 additions and 603 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
// ✅ loginUser et registerUser retournent AuthResponse
// ✅ sessionStorage (pas localStorage)
const API_URL = "http://localhost:8080/api/v1";
const API_URL = "/api/v1";
import type {
ConfirmReceptionResponse,
CheckoutCartResponse,