X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=routes%2Fapi.php;h=fc7fd9ca7aea32833a478b68b52b745edd8fc907;hb=f446d5bcf3b87bd9443a060e27e9c0601c96fbb9;hp=502373393d4bcf24167ab1beb0ac7de1f17686c4;hpb=d566d913c251fbb05e6bd314cc51f8b5ca49fe57;p=alttp.git diff --git a/routes/api.php b/routes/api.php index 5023733..fc7fd9c 100644 --- a/routes/api.php +++ b/routes/api.php @@ -37,6 +37,7 @@ Route::get('tournaments/{id}', 'App\Http\Controllers\TournamentController@single Route::post('tournaments/{tournament}/apply', 'App\Http\Controllers\TournamentController@apply'); Route::post('tournaments/{tournament}/close', 'App\Http\Controllers\TournamentController@close'); Route::post('tournaments/{tournament}/discord', 'App\Http\Controllers\TournamentController@discord'); +Route::post('tournaments/{tournament}/discord-settings', 'App\Http\Controllers\TournamentController@discordSettings'); Route::post('tournaments/{tournament}/lock', 'App\Http\Controllers\TournamentController@lock'); Route::post('tournaments/{tournament}/open', 'App\Http\Controllers\TournamentController@open'); Route::post('tournaments/{tournament}/unlock', 'App\Http\Controllers\TournamentController@unlock');