MissingSchemaError: Schema hasn't been registered for model proucts

后端 未结 0 1319
半阙折子戏
半阙折子戏 2021-02-13 21:21

This is the controller

Cart

const mongoose = require(\'mongoose\');
const cartSchema = new mongoose.Schema({
    user: { type: mongoose.Schema.Types.Object         


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