You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POST /api/v1/interests/addInterest to add a new interest
we will using this route on the Signup component, and the filter page in the Home Component, only if the user wants a new interest that wasnt added before!
Request body
req.body={newInterest: "some interest"}
Request Validation
newInterest: "some interest"
Queries
addNewInterest(req.body)
Helpers
interestValidationSchema
Testing
testing the route
testing the query
The text was updated successfully, but these errors were encountered:
this is a stretch goal initially!
POST /api/v1/interests/addInterest
to add a new interestTesting
The text was updated successfully, but these errors were encountered: