mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-27 18:40:39 +00:00
create new register route(Laravel) , create new email successfully verified route(Vue)
This commit is contained in:
@@ -65,7 +65,7 @@ class AuthTest extends TestCase
|
||||
]);
|
||||
});
|
||||
|
||||
$this->postJson('/register', [
|
||||
$this->postJson('api/register', [
|
||||
'email' => 'john@doe.com',
|
||||
'password' => 'SecretPassword',
|
||||
'password_confirmation' => 'SecretPassword',
|
||||
|
||||
Reference in New Issue
Block a user