I have a NodeJS server with a varity of calls
One gets all users:
export function findAll(req, res) { Users.findAll() .then(data => {