matai-2022 / gardenz

Empowering community gardens in New Zealand
0 stars 1 forks source link

Implement POST /api/v1/news #43

Closed ahnwarez closed 2 years ago

ahnwarez commented 2 years ago

The POST route in server/routes/news.js needs to be written. The DB function is already written for you and you just need to call it. The db function that inserts a news is in server/db/news.js.

ljsimpkin commented 2 years ago

This ticket seems to be already done at line 35-52 in server/routes/news.js