Update backend_protocol_specification.md

This commit is contained in:
Stephen Seo 2022-04-08 11:05:03 +09:00
parent c9ba80e6a4
commit 1e6e5ff1f5

View file

@ -1,7 +1,7 @@
# Backend Protocol # Backend Protocol
The backend will be available at https://asdm.seodisparate.com/api . 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. of the request, and the backend will respond with JSON.
## Requests ## Requests