From 8819a15b82ee47c7c1469d43924fa243c748c9cc Mon Sep 17 00:00:00 2001 From: clive Date: Sun, 10 Nov 2024 14:27:18 +1100 Subject: [PATCH] Commit: cors. --- Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Program.cs b/Program.cs index 1d2372f..02c138a 100644 --- a/Program.cs +++ b/Program.cs @@ -22,6 +22,7 @@ if (!app.Environment.IsDevelopment()) } app.UseHttpsRedirection(); +app.UseCors(); app.UseStaticFiles(); app.UseRouting();