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 72172d0 commit 76a405cCopy full SHA for 76a405c
aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Controllers/HomeController.cs
@@ -1,10 +1,8 @@
1
-using Abp.AspNetCore.Mvc.Authorization;
2
-using AbpCompanyName.AbpProjectName.Controllers;
+using AbpCompanyName.AbpProjectName.Controllers;
3
using Microsoft.AspNetCore.Mvc;
4
5
namespace AbpCompanyName.AbpProjectName.Web.Controllers
6
{
7
- [AbpMvcAuthorize]
8
public class HomeController : AbpProjectNameControllerBase
9
10
public ActionResult Index()
0 commit comments