This commit is contained in:
Ludovic CANDELLIER
2020-04-15 18:16:49 +02:00
parent e5bd08ce9d
commit c80b0f1edf
2 changed files with 2 additions and 15 deletions

View File

@@ -14,7 +14,7 @@ class HomeController extends Controller
*/
public function __construct()
{
$this->middleware('auth');
// $this->middleware('auth');
}
/**