Skip to content

Commit ef0d45f

Browse files
committed
wip
1 parent 9a2183f commit ef0d45f

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

src/LaravelEcho/Http/Controllers/StatusController.php

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/Router.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ public function echo()
6868
//TODO: add origin checker middleware
6969
$this->get('/app/{appKey}', LaravelEcho\WebSocket\PusherServer::class);
7070

71-
// TODO: fleshen out http API
72-
$this->get('/apps/{appId}/status', LaravelEcho\Http\Controllers\StatusController::class);
7371
$this->get('/apps/{appId}/channels', LaravelEcho\Http\Controllers\StatusController::class);
7472
$this->get('/apps/{appId}/channels/{channelName}', LaravelEcho\Http\Controllers\FetchChannel::class);
7573
$this->get('/apps/{appId}/channels/{channelName}/users', LaravelEcho\Http\Controllers\FetchUsers::class);

0 commit comments

Comments
 (0)