Explorar el Código

Update ApiController

Daniel Supernault hace 6 años
padre
commit
7049b96a94
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6 1
      app/Http/Controllers/ApiController.php

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

@@ -32,10 +32,15 @@ class ApiController extends BaseApiController
                     'media_types' => config('pixelfed.media_types'),
                     'enforce_account_limit' => config('pixelfed.enforce_account_limit')
                 ],
+
                 'activitypub' => [
                     'enabled' => config('pixelfed.activitypub_enabled'),
                     'remote_follow' => config('pixelfed.remote_follow_enabled')
-                ]
+                ],
+
+                'ab' => [
+                    'lc' => config('exp.lc')
+                ],
             ];
         });
         return response()->json($res);