我正在尝试使用 Laravel 护照在 angular 8 中实现验证电子邮件并忘记密码,但我找不到他们的 api。
我手动写了一些 api,但这些都行不通。
Route::get('email/verify', 'Auth\VerificationController@verify');
Route::get('forgot','Auth\ForgotPasswordController');
Run Code Online (Sandbox Code Playgroud)
有谁知道我该怎么做?