X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c403d057551699fdda7508da4d7c24a2ad90f12a..refs/pull/270/head:/routes/web.php diff --git a/routes/web.php b/routes/web.php index d179c28a5..076ffb94f 100644 --- a/routes/web.php +++ b/routes/web.php @@ -1,5 +1,7 @@ 'auth'], function () { @@ -107,7 +109,6 @@ Route::group(['middleware' => 'auth'], function () { Route::get('/get/{entityType}/{entityId}', 'TagController@getForEntity'); Route::get('/suggest/names', 'TagController@getNameSuggestions'); Route::get('/suggest/values', 'TagController@getValueSuggestions'); - Route::post('/update/{entityType}/{entityId}', 'TagController@updateForEntity'); }); Route::get('/ajax/search/entities', 'SearchController@searchEntitiesAjax');