Adding role creation during startup + minor fixes in tests
This commit is contained in:
@@ -9,6 +9,7 @@ namespace BasicDotnetTemplate.MainProject.Controllers
|
||||
{
|
||||
protected readonly IConfiguration _configuration;
|
||||
protected readonly AppSettings _appSettings;
|
||||
protected readonly string _requestNotWellFormed = "Request is not well formed";
|
||||
|
||||
protected BaseController(
|
||||
IConfiguration configuration
|
||||
|
||||
Reference in New Issue
Block a user