Se agrega funcionalidad de WebSockets

This commit is contained in:
2021-03-30 16:21:51 -03:00
parent 4a8ae50fdc
commit 70f8671c01
8 changed files with 358 additions and 141 deletions

View File

@ -50,6 +50,7 @@ return [
'images'
]);
$arr['api'] = 'http://localhost:8081';
$arr['ws'] = 'ws://localhost:8020';
return (object) $arr;
},
'format' => function(Container $c) {