Skip to content

Commit

Permalink
Ta bort plats-debug oooups
Browse files Browse the repository at this point in the history
  • Loading branch information
bonny committed Jul 1, 2024
1 parent 6fe738a commit 4a0533b
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 @@ -225,7 +225,7 @@
*/
Route::get('/plats/{plats}', [PlatsController::class, 'day'])->name("platsSingle");
Route::get('/plats-debug/{plats}', [PlatsController::class, 'dayDebug'])->name("platsSingle");
// Route::get('/plats-debug/{plats}', [PlatsController::class, 'dayDebug'])->name("platsSingle");
Route::get('/plats/{plats}/handelser', function ($plats) {
return redirect()->route('platsSingle', ['plats' => $plats]);
});
Expand Down

0 comments on commit 4a0533b

Please sign in to comment.