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:
parent
d66102ea6b
commit
8706f8a90d
1 changed files with 5 additions and 0 deletions
5
back_end/notes.md
Normal file
5
back_end/notes.md
Normal 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.
|
Loading…
Reference in a new issue