mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update ApiController
This commit is contained in:
parent
5373e7b435
commit
9b357188e4
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ class ApiController extends BaseApiController
|
||||||
],
|
],
|
||||||
|
|
||||||
'ab' => [
|
'ab' => [
|
||||||
'lc' => config('exp.lc')
|
'lc' => config('exp.lc'),
|
||||||
|
'rec' => config('exp.rec'),
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue