X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=routes%2Fapi.php;h=5b026e3b2b856c212ed3a19f2d617edc1fe415a4;hb=a907ef7c6676fef11f42933b2d79bdd496b20122;hp=ca6b76920bbd5a24ea99dd283135c25a92a569e2;hpb=06fd14404164904304a20e2280037e83299247fa;p=alttp.git diff --git a/routes/api.php b/routes/api.php index ca6b769..5b026e3 100644 --- a/routes/api.php +++ b/routes/api.php @@ -23,5 +23,6 @@ Route::get('protocol/{tournament}', 'App\Http\Controllers\ProtocolController@for Route::post('results', 'App\Http\Controllers\ResultController@create'); Route::post('rounds', 'App\Http\Controllers\RoundController@create'); +Route::post('rounds/{round}/setSeed', 'App\Http\Controllers\RoundController@setSeed'); Route::get('tournaments/{id}', 'App\Http\Controllers\TournamentController@single');