]> BookStack Code Mirror - bookstack/blobdiff - routes/web.php
Finished moving tag-manager from a vue to a component
[bookstack] / routes / web.php
index 3e05e394d29698498e19f2ec739e17dd0d1a4a1c..6b7911825c57d5cce5e79dfc52d53e7ccd958665 100644 (file)
@@ -134,8 +134,7 @@ Route::group(['middleware' => 'auth'], function () {
     Route::delete('/ajax/page/{id}', 'PageController@ajaxDestroy');
 
     // Tag routes (AJAX)
-    Route::group(['prefix' => 'ajax/tags'], function() {
-        Route::get('/get/{entityType}/{entityId}', 'TagController@getForEntity');
+    Route::group(['prefix' => 'ajax/tags'], function () {
         Route::get('/suggest/names', 'TagController@getNameSuggestions');
         Route::get('/suggest/values', 'TagController@getValueSuggestions');
     });