Try to disable https redirection 🔇🔇
continuous-integration/drone/push Build is passing Details

pull/4/head
Louis LABORIE 4 months ago
parent c72dcdf299
commit eebb091a65

@ -67,6 +67,7 @@ if (app.Environment.IsDevelopment())
c.SwaggerEndpoint("/swagger/v1/swagger.json", "Optifit API v1");
c.RoutePrefix = string.Empty; // Serve Swagger UI at the app's root
});
app.UseHttpsRedirection();
}
app.UseHttpsRedirection();

Loading…
Cancel
Save