From 88d583ee4f6baaae9318d488af7f6062cbad260e Mon Sep 17 00:00:00 2001 From: Drew Rautenberg <8411007+DrewRautenberg@users.noreply.github.com> Date: Wed, 15 Jan 2025 20:48:57 -0600 Subject: [PATCH] Update barkmanAPI/Program.cs Co-authored-by: Nix <3743825+NixFey@users.noreply.github.com> --- barkmanAPI/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barkmanAPI/Program.cs b/barkmanAPI/Program.cs index 8de39ad..e0e9a95 100644 --- a/barkmanAPI/Program.cs +++ b/barkmanAPI/Program.cs @@ -22,7 +22,7 @@ builder.Services.AddCors(options => }); var app = builder.Build(); -if (! app.Environment.IsProduction()) +if (!app.Environment.IsProduction()) { app.UseSwagger(); app.UseSwaggerUI(c =>