2
0
Эх сурвалжийг харах

:note: PageIndexController

visuddhinanda 2 жил өмнө
parent
commit
432363ef66
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      routes/web.php

+ 1 - 1
routes/web.php

@@ -20,7 +20,7 @@ Route::redirect('/', '/pcd/community/list');
 Route::redirect('/app', '/app/pcdl/index.php');
 Route::redirect('/app/pcdl', '/app/pcdl/index.php');
 
-Route::get('/', [PageIndexController::class,'index']);
+//Route::get('/', [PageIndexController::class,'index']);
 
 Route::get('/api/sentence/progress/image', [SentenceInfoController::class,'showprogress']);
 Route::get('/api/sentence/progress/daily/image', [SentenceInfoController::class,'showprogressdaily']);