Skip to content

Commit 76a405c

Browse files
committed
Remove authorization from homecontroller.
1 parent 72172d0 commit 76a405c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Controllers/HomeController.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
using Abp.AspNetCore.Mvc.Authorization;
2-
using AbpCompanyName.AbpProjectName.Controllers;
1+
using AbpCompanyName.AbpProjectName.Controllers;
32
using Microsoft.AspNetCore.Mvc;
43

54
namespace AbpCompanyName.AbpProjectName.Web.Controllers
65
{
7-
[AbpMvcAuthorize]
86
public class HomeController : AbpProjectNameControllerBase
97
{
108
public ActionResult Index()

0 commit comments

Comments
 (0)