EN605.607.81.SP22_ASDM_Project/back_end/notes.md

6 lines
195 B
Markdown
Raw Normal View History

Use something like:
curl -X POST 127.0.0.1:1237 -H 'Content-Type: application/json' -d '{"type": "pairing_request"}'
To debug the backend. See protocol specifications for what should work.