Skip to content

Commit

Permalink
remove double home route
Browse files Browse the repository at this point in the history
  • Loading branch information
luttje committed Nov 19, 2024
1 parent edbccd7 commit 6508ffc
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 @@ -28,7 +28,7 @@
};

$mainRoutes = function () {
Route::redirect('/', 'https://login.curio.codes/')->name('home');
Route::redirect('/', 'https://login.curio.codes/');
Route::get('/{link}', [RedirectController::class, 'go']);
};

Expand Down

0 comments on commit 6508ffc

Please sign in to comment.