forked from mirror/pixelfed
Add api routes, just inbox for now
This commit is contained in:
parent
0e9d13ea99
commit
ad98d35a6d
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