We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2183f commit ef0d45fCopy full SHA for ef0d45f
src/LaravelEcho/Http/Controllers/StatusController.php
src/Router.php
@@ -68,8 +68,6 @@ public function echo()
68
//TODO: add origin checker middleware
69
$this->get('/app/{appKey}', LaravelEcho\WebSocket\PusherServer::class);
70
71
- // TODO: fleshen out http API
72
- $this->get('/apps/{appId}/status', LaravelEcho\Http\Controllers\StatusController::class);
73
$this->get('/apps/{appId}/channels', LaravelEcho\Http\Controllers\StatusController::class);
74
$this->get('/apps/{appId}/channels/{channelName}', LaravelEcho\Http\Controllers\FetchChannel::class);
75
$this->get('/apps/{appId}/channels/{channelName}/users', LaravelEcho\Http\Controllers\FetchUsers::class);
0 commit comments