Skip to content

Commit

Permalink
Conform API
Browse files Browse the repository at this point in the history
  • Loading branch information
madd15 committed Mar 19, 2015
1 parent 4e70cfd commit fab313a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/backend/users/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
Lang::get('admin/users/table.activated'),
Lang::get('table.actions')
)
->setUrl(route('api.users', Input::get('status'))) // this is the route where data will be retrieved
->setUrl(route('api.users.list', Input::get('status'))) // this is the route where data will be retrieved
->setOptions(
array(
'deferRender'=> true,
Expand Down

0 comments on commit fab313a

Please sign in to comment.