Update ApiController

This commit is contained in:
Daniel Supernault 2019-04-25 23:24:59 -06:00
parent 5373e7b435
commit 9b357188e4
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ class ApiController extends BaseApiController
],
'ab' => [
'lc' => config('exp.lc')
'lc' => config('exp.lc'),
'rec' => config('exp.rec'),
],
];
});