@ -15,7 +15,7 @@ class Index extends BaseController
{
protected $middleware = [
CheckUser::class => [
'only' => ['getNoticeInfo']
'only' => ['getNoticeInfo','rotationChart','awardRecords','zoneList','getNotice']
]
];