]> git.seodisparate.com - EN605.607.81.SP22_ASDM_Project/commitdiff
Add note for debugging the backend sprint_04_day_2
authorStephen Seo <seo.disparate@gmail.com>
Tue, 29 Mar 2022 08:30:26 +0000 (17:30 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 29 Mar 2022 08:30:26 +0000 (17:30 +0900)
Just in case I lose my terminal history, I'm saving a curl command used
to test the backend.

back_end/notes.md [new file with mode: 0644]

diff --git a/back_end/notes.md b/back_end/notes.md
new file mode 100644 (file)
index 0000000..837300f
--- /dev/null
@@ -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.