Browse Source

Update ApiController

Daniel Supernault 6 years ago
parent
commit
acce300bc3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Http/Controllers/ApiController.php

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

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