Started to try and organize all the authentication code.
This commit is contained in:
@@ -28,7 +28,6 @@ namespace SecureCore
|
||||
{
|
||||
services.AddTransient<IDataService, DataService>();
|
||||
services.AddMvc().SetCompatibilityVersion(CompatibilityVersion.Latest);
|
||||
//services.AddControllers();
|
||||
}
|
||||
|
||||
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
|
||||
|
||||
Reference in New Issue
Block a user