Remove refresh syndication targets specific code

This commit is contained in:
Jonny Barnes 2017-03-24 14:14:56 +00:00
parent ec4299c590
commit 0cd9ed114e
2 changed files with 0 additions and 39 deletions

View file

@ -110,7 +110,6 @@ Route::group(['domain' => config('url.longurl')], function () {
Route::post('micropub', 'MicropubClientController@store')->name('micropub-client-post');
Route::get('micropub/config', 'MicropubClientController@config')->name('micropub-config');
Route::get('micropub/query-endpoint', 'MicropubClientController@queryEndpoint')->name('micropub-query-action');
//Route::get('micropub/refresh-syndication-targets', 'MicropubClientController@refreshSyndicationTargets');
Route::get('micropub/places', 'MicropubClientController@nearbyPlaces');
Route::post('micropub/places', 'MicropubClientController@newPlace');
Route::post('micropub/media', 'MicropubClientController@processMedia')->name('process-media');