api refactoring

This commit is contained in:
Čarodej
2022-05-11 09:19:55 +02:00
parent d2371e667f
commit c0e431b384
76 changed files with 1142 additions and 690 deletions

View File

@@ -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);