Add inbox route

pull/666/head
Daniel Supernault 6 years ago
parent e048a03d6b
commit b5bee7b87d
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -12,3 +12,5 @@ use Illuminate\Http\Request;
| is assigned the "api" middleware group. Enjoy building your API!
|
*/
Route::post('/users/{username}/inbox', 'FederationController@userInbox');

Loading…
Cancel
Save