]> git.seodisparate.com - EN605.607.81.SP22_ASDM_Project/commitdiff
Update backend_protocol_specification.md
authorStephen Seo <seo.disparate@gmail.com>
Fri, 8 Apr 2022 02:05:03 +0000 (11:05 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Fri, 8 Apr 2022 02:05:03 +0000 (11:05 +0900)
backend_protocol_specification.md

index f9ad2780ef67f6d2064da6e821c292adb82da87a..19885d2ee265d754f770c0005b1eebfb9c2d2308 100644 (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