1
0
Daniel Supernault 7 жил өмнө
parent
commit
31f7957d30
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      routes/web.php

+ 1 - 0
routes/web.php

@@ -47,6 +47,7 @@ Route::domain(config('pixelfed.domain.app'))->group(function() {
     Route::get('search/{tag}', 'SearchController@searchAPI')
           ->where('tag', '[A-Za-z0-9]+');
     Route::get('nodeinfo/2.0.json', 'FederationController@nodeinfo');
+    Route::get('v1/likes', 'ApiController@hydrateLikes');
   });
 
   Route::get('discover/tags/{hashtag}', 'DiscoverController@showTags');