How to solve CORS issue to access to my api?

后端 未结 0 1300
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-27 09:34

1/My api in the backend to list all the user from the db:`static async get_user(req: any, res: any) {

    try {
        let rs: User[] = await Users.findAll
              


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