From: Stephen Seo Date: Tue, 29 Mar 2022 08:30:26 +0000 (+0900) Subject: Add note for debugging the backend X-Git-Tag: sprint_04_day_2 X-Git-Url: https://git.seodisparate.com/tbm-edit-output.jpg?a=commitdiff_plain;h=8706f8a90d39f902716439acd9e815654c9ff559;p=EN605.607.81.SP22_ASDM_Project 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. --- diff --git a/back_end/notes.md b/back_end/notes.md new file mode 100644 index 0000000..837300f --- /dev/null +++ b/back_end/notes.md @@ -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.