From 2779b4c5a34ef55b19043a299a236f20a9815e76 Mon Sep 17 00:00:00 2001 From: kelvin Date: Sun, 17 Nov 2024 17:39:24 +0300 Subject: [PATCH] chore: remove deploy.yml --- AdminHubApi/Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AdminHubApi/Program.cs b/AdminHubApi/Program.cs index ece89e8..61554a2 100644 --- a/AdminHubApi/Program.cs +++ b/AdminHubApi/Program.cs @@ -94,10 +94,11 @@ var app = builder.Build(); +app.UseSwagger(); + // Configure the HTTP request pipeline. if (app.Environment.IsDevelopment()) { - app.UseSwagger(); app.UseSwaggerUI(); }