]> git.localhorst.tv Git - alttp.git/blobdiff - routes/web.php
chat bot protocol ui
[alttp.git] / routes / web.php
index 782fb6ddab7874c31cb0974a496cec9c309d34e5..53597afa3bc10144504e95a0c972bde7c3ab409a 100644 (file)
@@ -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() {