forked from CyberBloom/CyberBloomBackend
delete https redirections
This commit is contained in:
parent
0eeebb753a
commit
acfda9f35a
@ -72,7 +72,6 @@ builder.Services.AddSwaggerGen();
|
|||||||
|
|
||||||
var app = builder.Build();
|
var app = builder.Build();
|
||||||
|
|
||||||
app.UseHttpsRedirection();
|
|
||||||
app.UseStaticFiles(new StaticFileOptions
|
app.UseStaticFiles(new StaticFileOptions
|
||||||
{
|
{
|
||||||
FileProvider = new PhysicalFileProvider(
|
FileProvider = new PhysicalFileProvider(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user