axios post request to MongoDB Atlas error 11000

前端 未结 0 1244
梦谈多话
梦谈多话 2020-11-28 19:51

I am trying to send some data to MongoDB Atlas from a React frontend.

onSubmit(e) {
    e.preventDefault()

    const todo = {
      todoTitle: this.state.tod         


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