Update api routes

pull/1698/head^2
Daniel Supernault 2019-09-13 19:53:58 -06:00
rodzic 85835f5a67
commit 7392c9d0bc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 2 dodań i 11 usunięć

Wyświetl plik

@ -2,15 +2,6 @@
use Illuminate\Http\Request;
/*
|--------------------------------------------------------------------------
| API Routes
|--------------------------------------------------------------------------
|
| Here is where you can register API routes for your application. These
| routes are loaded by the RouteServiceProvider within a group which
| is assigned the "api" middleware group. Enjoy building your API!
|
*/
Route::post('/users/{username}/inbox', 'FederationController@userInbox');
Route::post('/api/v1/apps', 'Api\ApiV1Controller@apps');