mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Improved API responses
This commit is contained in:
@ -35,8 +35,8 @@ App.Presenters.UserListPresenter = function(
|
||||
baseUri: '#/users',
|
||||
backendUri: '/users',
|
||||
$target: $el.find('.pagination-target'),
|
||||
updateCallback: function($page, data) {
|
||||
renderUsers($page, data.entities);
|
||||
updateCallback: function($page, response) {
|
||||
renderUsers($page, response.json.users);
|
||||
},
|
||||
},
|
||||
function() {
|
||||
|
Reference in New Issue
Block a user