1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00
pixelfed_ynh/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');