removed https
This commit is contained in:
@@ -23,10 +23,8 @@ namespace Astrocore.Api
|
||||
app.UseSwaggerUI();
|
||||
}
|
||||
|
||||
app.UseHttpsRedirection();
|
||||
|
||||
app.UseAuthorization();
|
||||
|
||||
//app.UseHttpsRedirection();
|
||||
//app.UseAuthorization();
|
||||
|
||||
app.MapControllers();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user