mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-01-30 16:37:29 +01:00
redundant calls
This commit is contained in:
parent
2d82fe1489
commit
5adaee4821
@ -51,8 +51,6 @@ builder.Services.AddCors(options =>
|
||||
var app = builder.Build();
|
||||
app.UseSwagger();
|
||||
app.UseSwaggerUI();
|
||||
app.UseSwagger();
|
||||
app.UseSwaggerUI();
|
||||
|
||||
app.UseCors(corsHeader);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user