We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a405c commit 6a7093fCopy full SHA for 6a7093f
aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Controllers/AboutController.cs
@@ -3,6 +3,7 @@
3
4
namespace AbpCompanyName.AbpProjectName.Web.Controllers
5
{
6
+ [AbpMvcAuthorize]
7
public class AboutController : AbpProjectNameControllerBase
8
9
public ActionResult Index()
aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Controllers/HomeController.cs
@@ -1,8 +1,10 @@
1
-using AbpCompanyName.AbpProjectName.Controllers;
+using Abp.AspNetCore.Mvc.Authorization;
2
+using AbpCompanyName.AbpProjectName.Controllers;
using Microsoft.AspNetCore.Mvc;
public class HomeController : AbpProjectNameControllerBase
10
0 commit comments