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

Merge pull request #1634 from visuddhinanda/laravel

:note: PageIndexController
visuddhinanda 2 жил өмнө
parent
commit
43f4ac4096
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', '/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']);