parent
8ae0791735
commit
8955a32ce9
|
|
@ -161,6 +161,9 @@ namespace Company.WebApplication1
|
|||
app.UseRouting(routes =>
|
||||
{
|
||||
routes.MapRazorPages();
|
||||
#if (IndividualB2CAuth || OrganizationalAuth)
|
||||
routes.MapControllers();
|
||||
#endif
|
||||
});
|
||||
|
||||
app.UseCookiePolicy();
|
||||
|
|
|
|||
Loading…
Reference in New Issue