Jelajahi Sumber

Update api routes

Daniel Supernault 5 tahun lalu
induk
melakukan
7392c9d0bc
1 mengubah file dengan 2 tambahan dan 11 penghapusan
  1. 2 11
      routes/api.php

+ 2 - 11
routes/api.php

@@ -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');