Rework ZoneController methods and paths, no functional changes
This commit is contained in:
@@ -23,7 +23,7 @@ class SiteAdminTest extends TestCase
|
||||
|
||||
$this->get('ftn/domain')
|
||||
->assertRedirect('login');
|
||||
$this->get('ftn/zone')
|
||||
$this->get('zone')
|
||||
->assertRedirect('login');
|
||||
|
||||
$this->get('network/999')
|
||||
@@ -54,7 +54,7 @@ class SiteAdminTest extends TestCase
|
||||
|
||||
$this->get('ftn/domain')
|
||||
->assertRedirect('email/verify');
|
||||
$this->get('ftn/zone')
|
||||
$this->get('zone')
|
||||
->assertRedirect('email/verify');
|
||||
|
||||
Auth::logout();
|
||||
|
Reference in New Issue
Block a user