Fixed Last normal security.

This commit is contained in:
2020-06-30 10:42:10 +02:00
parent aea1b0af04
commit 0491bc9b85
3 changed files with 8 additions and 2 deletions
@@ -7,6 +7,11 @@ use Illuminate\Http\Response;
class RootController extends Controller
{
function __construct()
{
$this->middleware("auth");
}
public function index() {
return Response::detect("root.index");
}