Updated to v1.9.0

This commit is contained in:
Henry Whitaker
2020-08-21 18:02:38 +01:00
parent 489e47f729
commit 07b0ff6bf1
60 changed files with 1601 additions and 110 deletions

View File

@@ -13,6 +13,13 @@ use Ramsey\Uuid\Exception\InvalidUuidStringException;
class IntegrationsController extends Controller
{
public function __construct()
{
if((bool)SettingsHelper::get('auth')->value === true) {
$this->middleware('auth:api');
}
}
/**
* Test the healthchecks config
*