Se agrega funcionalidad de WebSockets
This commit is contained in:
@ -50,6 +50,7 @@ return [
|
||||
'images'
|
||||
]);
|
||||
$arr['api'] = 'http://localhost:8081';
|
||||
$arr['ws'] = 'ws://localhost:8020';
|
||||
return (object) $arr;
|
||||
},
|
||||
'format' => function(Container $c) {
|
||||
|
Reference in New Issue
Block a user