jwcha1030 / CS416_GroupProject

2 stars 1 forks source link

[Front-end/Back-end]CarouselEdit page POST and PUT api returns res_code as 0 (i.e. not equal to 1) #6

Closed jwcha1030 closed 3 years ago

jwcha1030 commented 3 years ago

I have been implementing PUT (i.e. edit) and POST (i.e. create) from CarouselEdit page, but response.data.res_code returns 0. Thus, edit and creation does not happen, and unhandled res_code error occurs.