Skip to content

akumarujon/paste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
}

Releases

No releases published

Packages

No packages published