Merge pull request #308 from nakazawakan/newbackend

何でcheckのルートが消えちゃった!?
このコミットが含まれているのは:
chankan77 2022-01-31 16:49:37 +09:00 committed by GitHub
コミット f69b2d17a6
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加0行の削除

ファイルの表示

@ -168,6 +168,7 @@ 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');
});
});