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.
This commit is contained in:
Stephen Seo 2022-03-29 17:30:26 +09:00
parent d66102ea6b
commit 8706f8a90d
1 changed files with 5 additions and 0 deletions

5
back_end/notes.md Normal file
View File

@ -0,0 +1,5 @@
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.