Add api routes, just inbox for now

pull/547/head
Daniel Supernault 7 years ago
parent 0e9d13ea99
commit ad98d35a6d
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! | is assigned the "api" middleware group. Enjoy building your API!
| |
*/ */
Route::post('/users/{username}/inbox', 'FederationController@userInbox');

Loading…
Cancel
Save