Skip to content

Commit

Permalink
Merge pull request #6813 from nanaya/better-fallback
Browse files Browse the repository at this point in the history
Fix fallback routing
  • Loading branch information
notbakaneko authored Oct 28, 2020
2 parents 64227dc + a1c4743 commit 364832c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -468,4 +468,4 @@
});
});

Route::fallback('FallbackController@index');
Route::any('{catchall}', 'FallbackController@index')->where('catchall', '.*')->fallback();

0 comments on commit 364832c

Please sign in to comment.