ramyakandasamy7 / project2Cloud

0 stars 0 forks source link

Make API only return status code and a simple message #2

Open jedvillan opened 4 years ago

jedvillan commented 4 years ago

If operation is successful, return 200, with message: "Ok".

ramyakandasamy7 commented 4 years ago

I think I have done this, return's 200 and message (depending on what is being returned), includes the data and "is successful".

I will verify tomorrow.