1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-27 02:06:52 +00:00
pixelfed/routes/api.php
2019-09-13 19:53:58 -06:00

7 lines
169 B
PHP

<?php
use Illuminate\Http\Request;
Route::post('/users/{username}/inbox', 'FederationController@userInbox');
Route::post('/api/v1/apps', 'Api\ApiV1Controller@apps');