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

@@ -18,11 +18,6 @@ use App\Rules\{FidoInteger,TwoByteInteger};
class SystemController extends Controller
{
public function __construct()
{
$this->middleware('auth');
}
/**
* Add an address to a system
*