浏览代码

Update ApiController

Daniel Supernault 6 年之前
父节点
当前提交
d7e6350f9f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Controllers/ApiController.php

+ 1 - 1
app/Http/Controllers/ApiController.php

@@ -39,7 +39,7 @@ class ApiController extends BaseApiController
                 ],
 
                 'activitypub' => [
-                    'enabled' => config('pixelfed.activitypub_enabled'),
+                    'enabled' => config('federation.activitypub.enabled'),
                     'remote_follow' => config('pixelfed.remote_follow_enabled')
                 ],