Skip to content

Commit

Permalink
Merge pull request #287 from Steinbeck-Lab/fix-cookieconsent-links
Browse files Browse the repository at this point in the history
fix to the cookie consent privacy and terms of use links
  • Loading branch information
Kohulan authored Nov 5, 2024
2 parents 35d10a1 + c2c4b49 commit 636d8d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

Route::get('/', ApplicationController::class);

Route::get('/policy', Policy::class);
Route::get('/terms', Terms::class);
Route::get('/privacy-policy', Policy::class);
Route::get('/terms-of-service', Terms::class);
Route::get('/guidelines', Guides::class);
Route::get('/about', About::class);
Route::get('/download', Download::class);
Expand Down

0 comments on commit 636d8d9

Please sign in to comment.