]> BookStack Code Mirror - bookstack/blobdiff - routes/web.php
Updated not-found image path handling to have better ux
[bookstack] / routes / web.php
index 9d482dc41a8e52bfc842eeca7a5cc364b759d44e..730c795f8a06857bc95cb24ecde483f8bf29a991 100644 (file)
@@ -254,4 +254,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');
\ No newline at end of file
+Route::fallback('HomeController@getNotFound')->name('fallback');
\ No newline at end of file