Browse Source

Merge pull request #1634 from visuddhinanda/laravel

:note: PageIndexController
visuddhinanda 2 năm trước cách đây
mục cha
commit
43f4ac4096
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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', '/app/pcdl/index.php');
 Route::redirect('/app/pcdl', '/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/image', [SentenceInfoController::class,'showprogress']);
 Route::get('/api/sentence/progress/daily/image', [SentenceInfoController::class,'showprogressdaily']);
 Route::get('/api/sentence/progress/daily/image', [SentenceInfoController::class,'showprogressdaily']);