Remove refresh syndication targets specific code
This commit is contained in:
parent
ec4299c590
commit
0cd9ed114e
2 changed files with 0 additions and 39 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue