1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Protected sub domains

This commit is contained in:
David Bomba 2022-04-01 08:49:37 +11:00
parent eaa73dd224
commit 08fa4bf8c9

View File

@ -33,6 +33,7 @@ class SubdomainController extends BaseController
'sandbox',
'stage',
'html',
'lb',
];
public function __construct()