This commit is contained in:
root 2019-12-30 22:45:42 +08:00
parent 2be5b8e357
commit 928e59a977

View File

@ -33,5 +33,9 @@ class MailController extends Controller
] ]
]); ]);
} }
return response([
'data' => true
]);
} }
} }