JacobYim / CSE442-BuyNSell

This is the repository for the CSE442 BuyNSell Web app project.
2 stars 5 forks source link

Malfunction Upload Item #173

Closed JacobYim closed 5 years ago

JacobYim commented 5 years ago

In branch Develop-Sprint-3, when try to upload item,

Cannot POST /uploadForm

error message come

JacobYim commented 5 years ago

It is caused by the absence of /uploadForm function in server.js. So added the function at the branch fix-upload-function

JacobYim commented 5 years ago

it was resovled at #174