Auth is now controlled by routing

This commit is contained in:
Deon George
2022-11-26 06:54:24 +07:00
parent c034ce6cd4
commit 55a2a67b8d
5 changed files with 0 additions and 25 deletions

View File

@@ -12,11 +12,6 @@ class DomainController extends Controller
// http://ftsc.org/docs/frl-1002.001
public const NUMBER_MAX = 0x7fff;
public function __construct()
{
$this->middleware('auth');
}
/**
* Add or edit a domain
*/