diff --git a/TickAPI/TickAPI/Program.cs b/TickAPI/TickAPI/Program.cs index a979010..f355ec8 100644 --- a/TickAPI/TickAPI/Program.cs +++ b/TickAPI/TickAPI/Program.cs @@ -188,11 +188,12 @@ var app = builder.Build(); // Configure the HTTP request pipeline. -if (app.Environment.IsDevelopment()) -{ +// FIXME: Temporary Swagger on deployed version +//if (app.Environment.IsDevelopment()) +//{ app.UseSwagger(); app.UseSwaggerUI(); -} +//} app.UseHttpsRedirection();