Skip to content

Commit

Permalink
chore: remove deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvink96 committed Nov 17, 2024
1 parent 996e94a commit 2779b4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AdminHubApi/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,11 @@

var app = builder.Build();

app.UseSwagger();

// Configure the HTTP request pipeline.
if (app.Environment.IsDevelopment())
{
app.UseSwagger();
app.UseSwaggerUI();
}

Expand Down

0 comments on commit 2779b4c

Please sign in to comment.