mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2025-12-09 07:12:23 +00:00
Add live field to /api/users/all
This commit is contained in:
@@ -194,7 +194,7 @@ async function initAPI() {
|
||||
});
|
||||
});
|
||||
app.post('/api/users/all', (req, res) => {
|
||||
let qs = 'SELECT username,title FROM user_meta';
|
||||
let qs = 'SELECT username,title,live FROM user_meta';
|
||||
|
||||
if(req.body.sort) {
|
||||
switch (req.body.sort) {
|
||||
|
||||
Reference in New Issue
Block a user