Skip to content

Commit

Permalink
#38 fix: revert the middleware to check and block redundant routes
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Dec 8, 2024
1 parent c14eb6d commit b683acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/blog-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
use Illuminate\Support\Facades\Route;

Route::get('/index', function () {
return redirect('https://cslant.com/not-found', 301);
return redirect('https://cslant.com', 301);
})->name('blog-core.index');

0 comments on commit b683acf

Please sign in to comment.