X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=routes%2Fapi.php;h=84cbf733cc5e611d8d8d2556e1ddf3228987b15e;hb=e1ecc76c1c6d527502d6576ee19be06df2a15bb7;hp=ca02e369cc8652608556a9e6ca16a7db728d8cad;hpb=d518ede5ffe8d4e44b0194279a9f32839bc1f903;p=alttp.git diff --git a/routes/api.php b/routes/api.php index ca02e36..84cbf73 100644 --- a/routes/api.php +++ b/routes/api.php @@ -77,6 +77,7 @@ Route::post('tournaments/{tournament}/discord', 'App\Http\Controllers\Tournament 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}/settings', 'App\Http\Controllers\TournamentController@settings'); Route::post('tournaments/{tournament}/unlock', 'App\Http\Controllers\TournamentController@unlock'); Route::get('users', 'App\Http\Controllers\UserController@search');