From 7bda8c5181835076b9c7fa08f8976858f9874e75 Mon Sep 17 00:00:00 2001 From: masapountz Date: Fri, 29 Mar 2024 22:07:40 +0100 Subject: [PATCH] Fusion de LinkBlazor dans Master --- API_SQLuedo/API/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API_SQLuedo/API/Program.cs b/API_SQLuedo/API/Program.cs index 75376fa..0b0944b 100644 --- a/API_SQLuedo/API/Program.cs +++ b/API_SQLuedo/API/Program.cs @@ -89,7 +89,7 @@ builder.Services.AddCors(options => { builder.WithOrigins("https://localhost:7171") .AllowAnyMethod() - .AllowAnyHeader(); + .AllowAnyHeader(); }); });