initial clean up

This commit is contained in:
StevanFreeborn
2022-06-18 17:50:54 -05:00
parent abfaf8ae61
commit c31815e2c6
4 changed files with 2 additions and 83 deletions
+1 -4
View File
@@ -1,15 +1,12 @@
var builder = WebApplication.CreateBuilder(args);
// Add services to the container.
builder.Services.AddControllers();
// Learn more about configuring Swagger/OpenAPI at https://aka.ms/aspnetcore/swashbuckle
builder.Services.AddEndpointsApiExplorer();
builder.Services.AddSwaggerGen();
var app = builder.Build();
// Configure the HTTP request pipeline.
if (app.Environment.IsDevelopment())
{
app.UseSwagger();