X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a274406038e13cf678e14d65dfa70d04ead67206..refs/pull/2902/head:/routes/web.php diff --git a/routes/web.php b/routes/web.php index 853b1ee4c..a823b73c8 100644 --- a/routes/web.php +++ b/routes/web.php @@ -1,7 +1,7 @@ 'auth'], function () { @@ -276,4 +276,4 @@ Route::post('/password/email', 'Auth\ForgotPasswordController@sendResetLinkEmail Route::get('/password/reset/{token}', 'Auth\ResetPasswordController@showResetForm'); Route::post('/password/reset', 'Auth\ResetPasswordController@reset'); -Route::fallback('HomeController@getNotFound')->name('fallback'); +Route::fallback('HomeController@notFound')->name('fallback');