Cleanup user and location controllers.

This commit is contained in:
Dane Everitt
2017-06-17 17:36:39 -05:00
parent 8ea907e97a
commit cede747442
3 changed files with 39 additions and 23 deletions

View File

@@ -39,6 +39,9 @@ return [
'frontend' => [
'servers' => env('APP_PAGINATE_FRONT_SERVERS', 15),
],
'admin' => [
'users' => env('APP_PAGINATE_ADMIN_USERS', 25),
],
'api' => [
'nodes' => env('APP_PAGINATE_API_NODES', 25),
'servers' => env('APP_PAGINATE_API_SERVERS', 25),