mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
wip
This commit is contained in:
@@ -90,6 +90,9 @@ class ControlMessageController implements MessageComponentInterface
|
||||
if (! isset($data->subdomain)) {
|
||||
$data->subdomain = null;
|
||||
}
|
||||
if (! isset($data->type)) {
|
||||
$data->type = "http";
|
||||
}
|
||||
|
||||
$this->verifyAuthToken($connection)
|
||||
->then(function ($user) use ($connection) {
|
||||
|
||||
Reference in New Issue
Block a user