1
0
Fork 0

Add inbox route

This commit is contained in:
Daniel Supernault 2018-12-23 19:42:04 -07:00
parent e048a03d6b
commit b5bee7b87d
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 2 additions and 0 deletions

View File

@ -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');