update to postUser
This commit is contained in:
parent
bbd90be467
commit
abc405b10c
@ -5,9 +5,7 @@ const sql = require('../lib/mysql')
|
||||
/* POST postUser page. */
|
||||
router.post('/', async function (req, res, next) {
|
||||
sql.query(`SELECT
|
||||
users.userName,
|
||||
userAccounts.username,
|
||||
userAccounts.password,
|
||||
streams.streamName,
|
||||
streams.streamURL
|
||||
FROM users
|
||||
|
Loading…
x
Reference in New Issue
Block a user