浏览代码

Add inbox route

Daniel Supernault 6 年之前
父节点
当前提交
b5bee7b87d
共有 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');