Commit 08187a5
committed
refactor(routes): Replace catch-all route with fallback for improved routing
- Updated routing in web.php to use Route::fallback for rendering the app view.
- Simplified route handling by removing the regex catch-all route.1 parent 5c12a21 commit 08187a5
1 file changed
Lines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | 5 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments