]> git.localhorst.tv Git - alttp.git/blobdiff - routes/api.php
expand tech
[alttp.git] / routes / api.php
index 3d7062adbe6661e7ee3aaad9ab232697a04c9be5..0f7aa3e3febc80d330b6f6c948d0ff35a00e375e 100644 (file)
@@ -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');