mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-06 02:33:48 +00:00
api refactoring
This commit is contained in:
@@ -309,7 +309,7 @@ class SignFlowTest extends TestCase
|
||||
$user = User::factory()
|
||||
->create(['email' => 'john@doe.com']);
|
||||
|
||||
$this->postJson('/api/password/email', [
|
||||
$this->postJson('/api/password/recover', [
|
||||
'email' => $user->email,
|
||||
])->assertStatus(200);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user