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