This commit is contained in:
Marcel Pociot 2018-11-23 00:22:23 +01:00
parent c9a4b68728
commit 10749db211
1 changed files with 0 additions and 1 deletions

View File

@ -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);