Browse Source

Add api routes, just inbox for now

Daniel Supernault 6 năm trước cách đây
mục cha
commit
ad98d35a6d
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      routes/api.php

+ 2 - 0
routes/api.php

@@ -12,3 +12,5 @@ use Illuminate\Http\Request;
 | is assigned the "api" middleware group. Enjoy building your API!
 |
 */
+Route::post('/users/{username}/inbox', 'FederationController@userInbox');
+