How to render multiple sources to EJS? In the code below I sent two data but second one isn't working

前端 未结 0 672
迷失自我
迷失自我 2020-12-13 14:45
app.get("/myaccount", (req, res)=>{
if(req.isAuthenticated()){
  const user_files = File.find({  $or: [ { provider: "google", guploadBy: req.u         


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