NAme the media endpoint route
This commit is contained in:
parent
c66dd66155
commit
56594facc4
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ Route::group(['domain' => config('url.longurl')], function () {
|
|||
// Micropub Endpoint
|
||||
Route::get('api/post', 'MicropubController@get');
|
||||
Route::post('api/post', 'MicropubController@post');
|
||||
Route::post('api/media', 'MicropubController@media');
|
||||
Route::post('api/media', 'MicropubController@media')->name('media-endpoint');
|
||||
|
||||
//webmention
|
||||
Route::get('webmention', 'WebMentionsController@get');
|
||||
|
|
Loading…
Add table
Reference in a new issue