mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-29 17:53:16 +00:00
Add inbox route
This commit is contained in:
parent
e048a03d6b
commit
b5bee7b87d
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue