Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 191 Bytes

File metadata and controls

10 lines (10 loc) · 191 Bytes

Documentation

Routes:

  • / GET - to get all pastes
  • /:id GET - to get single paste`` with id` id.
  • / POST - to create a new paste, body:
{
    "body": "body of paste"
}