Update backend_protocol_specification.md

This commit is contained in:
Stephen Seo 2022-04-08 11:05:03 +09:00
parent c9ba80e6a4
commit 1e6e5ff1f5
1 changed files with 1 additions and 1 deletions

View File

@ -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