mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-09 11:03:00 +00:00
Use data.items to display users
This commit is contained in:
@@ -6,6 +6,7 @@ export const jhapiRequest = (endpoint, method, data) => {
|
||||
json: true,
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
Accept: "application/jupyterhub-pagination+json",
|
||||
},
|
||||
body: data ? JSON.stringify(data) : null,
|
||||
});
|
||||
|
Reference in New Issue
Block a user