lab is done
This commit is contained in:
parent
d7f5cd64b4
commit
4523ecd45e
@ -39,7 +39,7 @@ if (app.Environment.IsDevelopment())
|
|||||||
app.UseSwaggerUI(c => c.SwaggerEndpoint("/swagger/v1/swagger.json",
|
app.UseSwaggerUI(c => c.SwaggerEndpoint("/swagger/v1/swagger.json",
|
||||||
"FurnitureAssemblyRestApi v1"));
|
"FurnitureAssemblyRestApi v1"));
|
||||||
}
|
}
|
||||||
//app.UseHttpsRedirection();
|
app.UseHttpsRedirection();
|
||||||
app.UseAuthorization();
|
app.UseAuthorization();
|
||||||
app.MapControllers();
|
app.MapControllers();
|
||||||
app.Run();
|
app.Run();
|
Loading…
Reference in New Issue
Block a user