2
0
visuddhinanda 2 жил өмнө
parent
commit
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');