Skip to content

Commit

Permalink
Revert "chore: redirect"
Browse files Browse the repository at this point in the history
  • Loading branch information
DissNik authored May 9, 2024
1 parent ea751c9 commit 2e3b03a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
->where('local', 'en|ru')
->name('locale');

Route::get('/docs/section/{pageUri?}', function ($pageUri = '') {
return redirect(to_page(page: $pageUri), 301);
});

Route::match(['get', 'post'], 'async', function (){
return fake()->text();
})
Expand Down

0 comments on commit 2e3b03a

Please sign in to comment.