visuddhinanda пре 2 година
родитељ
комит
99632d38fa
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      routes/web.php

+ 1 - 0
routes/web.php

@@ -30,4 +30,5 @@ Route::get('/privacy/{file}', function ($file){
     $content = file_get_contents(base_path("/documents/mobile/privacy/{$file}.md"));
     return view('privacy',['content' => $content]);
 });
+Route::redirect('/privacy', '/privacy/index');