소스 검색

:fire: test route

visuddhinanda 3 년 전
부모
커밋
1bcd1a1f09
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 9
      routes/web.php

+ 0 - 9
routes/web.php

@@ -19,15 +19,6 @@ Route::redirect('/', '/app/pcdl/index.php');
 Route::redirect('/app', '/app/pcdl/index.php');
 Route::redirect('/app/pcdl', '/app/pcdl/index.php');
 
-Route::get('/user/{id}', function ($id) {
-    return 'User '.$id;
-});
-
-Route::get('/home/{name}', function ($name) {
-    return view('home', ['name' => $name]);
-});
-
-
 Route::get('/api/sentence/progress/image', [SentenceInfoController::class,'showprogress']);
 Route::get('/api/sentence/progress/daily/image', [SentenceInfoController::class,'showprogressdaily']);
 Route::get('/wbwanalyses', [WbwAnalysisController::class,'index']);