Closed sohm22 closed 3 months ago
added below endpoint GET /question/{id}
Endpoints according to standards
Get all GET: /questions
create POST: /questions
get, updatem patch and delete by id GET/PUT/PATCH/DELETE: /questions/{id}
Sample link to refer (which I try to follow)
added below endpoint GET /question/{id}