From d0d24c8a9219930fdb76564ab53dfb904afe4f40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Mon, 31 Jan 2022 19:12:35 +0900 Subject: [PATCH] . --- backend/routes/api.php | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/routes/api.php b/backend/routes/api.php index 17d6235b..f0289fcb 100644 --- a/backend/routes/api.php +++ b/backend/routes/api.php @@ -168,7 +168,6 @@ Route::group(['prefix' => 'children'], function () { Route::group(['prefix' => 'father'], function () { Route::group(['prefix' => 'relations'], function () { Route::get('/checkNull', '\App\Http\Controllers\Api\FatherRelationsController@checkNull')->name('chknull_child'); - Route::get('/check', '\App\Http\Controllers\Api\FatherRelationsController@check')->name('chk_child'); }); });