Skip to content

Commit

Permalink
Remove sitemap route
Browse files Browse the repository at this point in the history
  • Loading branch information
cholladay0816 committed Aug 25, 2023
1 parent 10aecc9 commit 153b94e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
return view('welcome');
})->name('welcome');

Route::get('/sitemap.xml', [\App\Http\Controllers\SitemapController::class, 'index'])
->name('sitemap');

Route::get('thank-you', function () {
return view('thanks');
Expand Down

0 comments on commit 153b94e

Please sign in to comment.