Update ApiController

pull/1164/head
Daniel Supernault 2019-04-20 20:00:59 -06:00
rodzic d8e9f1539b
commit 7049b96a94
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -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);