Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 310 Bytes

File metadata and controls

27 lines (14 loc) · 310 Bytes

Phonebook API

Base URL

https://phonebook-hkqr.onrender.com/

Endpoints

Get all persons

GET /api/persons

Get a person by ID

GET /api/persons/:id

Delete a person by ID

DELETE /api/persons/:id

Add a new person

POST /api/persons

Info

GET /info