diff --git a/mermswww/routes/web.php b/mermswww/routes/web.php index 9bdaea4..a55ef97 100644 --- a/mermswww/routes/web.php +++ b/mermswww/routes/web.php @@ -14,3 +14,7 @@ Route::get('/', function () { return view('home'); }); + +Route::get('/privacy', function () { + return view('home'); +}); \ No newline at end of file