Rework ZoneController methods and paths, no functional changes

This commit is contained in:
2023-10-05 22:27:25 +11:00
parent fda68bba04
commit 27985dbf0b
7 changed files with 16 additions and 18 deletions

View File

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