Guest User

Untitled

a guest
Dec 11th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. / GET
  2.  
  3. /mine GET
  4.  
  5. /login GET POST
  6. /logout GET
  7. /register GET POST
  8.  
  9. /user/#username GET
  10. /user/#username/note GET
  11. /user/#username/buzz GET
  12. /user/#username/group GET
  13. /user/#username/following GET
  14. /user/#username/followed GET
  15. /user/#username/setting GET POST
  16. /user/#username/tag/#tag GET
  17.  
  18. /follow/#username GET
  19. /unfollow/#username GET
  20.  
  21. /note/new GET POST
  22. /note/:id GET
  23. /note/:id/edit GET POST
  24. /note/:id/delete GET
  25. /note/:id/comment POST
  26. /note/:id/source GET
  27. /note/:id/tag/edit GET POST
  28.  
  29. /buzz/new POST
  30. /buzz/:id GET
  31. /buzz/:id/delete GET
  32.  
  33. /circle/new GET POST
  34. /circle/:id GET
  35. /cirlce/:id/join GET
  36. /circle/:id/leave GET
  37. /circle/:id/member GET
  38. /circle/:id/newpost GET POST
  39. /post/:id GET
  40. /post/:id/edit GET POST
  41. /post/:id/delete GET
  42. /post/:id/comment POST
  43.  
  44. /search/*keyword GET
Add Comment
Please, Sign In to add comment