Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 327 Bytes

File metadata and controls

18 lines (10 loc) · 327 Bytes
  • run server (from server directory): "npm run dev"

  • curl command for running review:

""" curl -X POST http://localhost:3000/api/reviews \

-H "Content-Type: application/json" \

-d '{

"prUrl": "https://github.com/my-org/my-repo/pull/123",

"ticketText": "User should not be able to submit an empty form."

}'

"""