소스 검색

Add api routes, just inbox for now

Daniel Supernault 6 년 전
부모
커밋
ad98d35a6d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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');
+