EN605.607.81.SP22_ASDM_Project/back_end/notes.md
Stephen Seo 8706f8a90d Add note for debugging the backend
Just in case I lose my terminal history, I'm saving a curl command used
to test the backend.
2022-03-29 17:30:26 +09:00

195 B

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.