wip
This commit is contained in:
parent
c9a4b68728
commit
10749db211
|
|
@ -65,7 +65,6 @@ class Router
|
||||||
|
|
||||||
public function echo()
|
public function echo()
|
||||||
{
|
{
|
||||||
//TODO: add origin checker middleware
|
|
||||||
$this->get('/app/{appKey}', LaravelEcho\WebSocket\PusherServer::class);
|
$this->get('/app/{appKey}', LaravelEcho\WebSocket\PusherServer::class);
|
||||||
|
|
||||||
$this->get('/apps/{appId}/channels', LaravelEcho\Http\Controllers\FetchChannels::class);
|
$this->get('/apps/{appId}/channels', LaravelEcho\Http\Controllers\FetchChannels::class);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue