diff --git a/src/LaravelEcho/Http/Controllers/StatusController.php b/src/LaravelEcho/Http/Controllers/StatusController.php deleted file mode 100644 index 0924f2b..0000000 --- a/src/LaravelEcho/Http/Controllers/StatusController.php +++ /dev/null @@ -1,15 +0,0 @@ - 10 - ]; - } -} \ No newline at end of file diff --git a/src/Router.php b/src/Router.php index 8eba03d..c06e545 100644 --- a/src/Router.php +++ b/src/Router.php @@ -68,8 +68,6 @@ class Router //TODO: add origin checker middleware $this->get('/app/{appKey}', LaravelEcho\WebSocket\PusherServer::class); - // TODO: fleshen out http API - $this->get('/apps/{appId}/status', LaravelEcho\Http\Controllers\StatusController::class); $this->get('/apps/{appId}/channels', LaravelEcho\Http\Controllers\StatusController::class); $this->get('/apps/{appId}/channels/{channelName}', LaravelEcho\Http\Controllers\FetchChannel::class); $this->get('/apps/{appId}/channels/{channelName}/users', LaravelEcho\Http\Controllers\FetchUsers::class);