You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/routes/api.php

8 lines
169 B
PHTML

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