X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=routes%2Fweb.php;h=53597afa3bc10144504e95a0c972bde7c3ab409a;hb=b874da96f3fbd49635a68d3729af357178d42fc7;hp=782fb6ddab7874c31cb0974a496cec9c309d34e5;hpb=e4e7cbc7e4944b08d74f5752de337ba7700367f4;p=alttp.git diff --git a/routes/web.php b/routes/web.php index 782fb6d..53597af 100644 --- a/routes/web.php +++ b/routes/web.php @@ -40,6 +40,8 @@ Route::get('/tech/{name}', function($name) { return app()->call('App\Http\Controllers\TechniqueController@web', ['type' => 'tech', 'name' => $name]); }); +Route::get('/twitch/guessing-game-leaderboard/{channel:twitch_id}/{type}', 'App\Http\Controllers\ChannelController@getGuessingGameLeaderboard'); + Route::view('/{path?}', 'app')->where('path', '.*'); Route::group(['prefix' => config('larascord.prefix'), 'middleware' => ['web']], function() {