/api/fathers/relations/check → /api/children/father/relations/check

このコミットが含まれているのは:
dragon1211 2022-01-10 18:43:54 -08:00
コミット 8f72b44e86
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -24,7 +24,7 @@ const ChildSignUpTemporary = () => {
if(document.getElementById('father_token')){
let father_id = document.getElementById('father_token').value;
axios.get('/api/fathers/relations/check', {params:{father_id: father_id}})
axios.get('/api/children/father/relations/check', {params:{father_id: father_id}})
.then(response=>{
if(mounted){
if(response.data.status_code == 200){