X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=routes%2Fapi.php;h=0f7aa3e3febc80d330b6f6c948d0ff35a00e375e;hb=a655f476292d8081a23653fc1b9228f4fb64faa4;hp=3d7062adbe6661e7ee3aaad9ab232697a04c9be5;hpb=c5b15dc5518c627daa4f02f653ff900e4fe13db7;p=alttp.git diff --git a/routes/api.php b/routes/api.php index 3d7062a..0f7aa3e 100644 --- a/routes/api.php +++ b/routes/api.php @@ -43,6 +43,7 @@ Route::post('rounds/{round}/lock', 'App\Http\Controllers\RoundController@lock'); Route::post('rounds/{round}/setSeed', 'App\Http\Controllers\RoundController@setSeed'); Route::post('rounds/{round}/unlock', 'App\Http\Controllers\RoundController@unlock'); +Route::get('tech', 'App\Http\Controllers\TechniqueController@search'); Route::get('tech/{tech:name}', 'App\Http\Controllers\TechniqueController@single'); Route::get('tournaments/{id}', 'App\Http\Controllers\TournamentController@single');