Add a media endpoint route
This commit is contained in:
parent
206a64ed4b
commit
21cd718604
2 changed files with 39 additions and 0 deletions
|
@ -115,6 +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');
|
||||
|
||||
//webmention
|
||||
Route::get('webmention', 'WebMentionsController@get');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue