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