From: Stephen Seo Date: Fri, 8 Apr 2022 02:05:03 +0000 (+0900) Subject: Update backend_protocol_specification.md X-Git-Tag: sprint_05_day_5~6 X-Git-Url: https://git.seodisparate.com/tbm-edit-output.jpg?a=commitdiff_plain;h=1e6e5ff1f54ddc8422e5aff8b303ff33807cacaf;p=EN605.607.81.SP22_ASDM_Project Update backend_protocol_specification.md --- 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