Managing the result of NodeJS request

后端 未结 0 1032
囚心锁ツ
囚心锁ツ 2020-12-04 04:52

I have a NodeJS server with a varity of calls

One gets all users:

export function findAll(req, res) {
    Users.findAll()
        .then(data => {
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题