From 34f297d8e6da7625105853bcf67c7d3591588944 Mon Sep 17 00:00:00 2001 From: Hutch79 <42042811+Hutch79@users.noreply.github.com> Date: Wed, 3 Jul 2024 18:37:03 +0200 Subject: [PATCH] Action Test --- API/Program.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/API/Program.cs b/API/Program.cs index 20cd2f5..a469669 100644 --- a/API/Program.cs +++ b/API/Program.cs @@ -12,8 +12,8 @@ // Configure the HTTP request pipeline. // if (app.Environment.IsDevelopment()) // { - app.UseSwagger(); - app.UseSwaggerUI(); +app.UseSwagger(); +app.UseSwaggerUI(); // } app.UseHttpsRedirection(); @@ -22,4 +22,4 @@ app.MapControllers(); -app.Run(); +app.Run(); \ No newline at end of file