mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02: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…
Add table
Reference in a new issue