We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c872c commit db37b0aCopy full SHA for db37b0a
1 file changed
src/routes/web.php
@@ -21,7 +21,7 @@
21
Route::get('s-dashboard/{dashboardKey}', fn ($entityKey) => redirect(
22
route('code16.sharp.dashboard', [
23
'filterKey' => sharp()->context()->globalFilterUrlSegmentValue(),
24
- 'entityKey' => $entityKey,
+ 'dashboardKey' => $entityKey,
25
])
26
));
27
Route::get('s-list/{entityKey}', fn ($entityKey) => redirect(
0 commit comments