瀏覽代碼

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