From 1e6e5ff1f54ddc8422e5aff8b303ff33807cacaf Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Fri, 8 Apr 2022 11:05:03 +0900 Subject: [PATCH] Update backend_protocol_specification.md --- backend_protocol_specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend_protocol_specification.md b/backend_protocol_specification.md index f9ad278..19885d2 100644 --- a/backend_protocol_specification.md +++ b/backend_protocol_specification.md @@ -1,7 +1,7 @@ # Backend Protocol The backend will be available at https://asdm.seodisparate.com/api . -The frontend will send http GET/POST requests to the URL with JSON as the body +The frontend will send http POST requests to the URL with JSON as the body of the request, and the backend will respond with JSON. ## Requests