Explorar o código

Update ApiController

Daniel Supernault %!s(int64=6) %!d(string=hai) anos
pai
achega
d7e6350f9f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Http/Controllers/ApiController.php

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

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