回答編集履歴
1
間違っいたので修正
test
CHANGED
@@ -20,6 +20,6 @@
|
|
20
20
|
|
21
21
|
```
|
22
22
|
|
23
|
-
curl http://localhost:8080/test.php -
|
23
|
+
curl http://localhost:8080/test.php -X POST -d 'hoge={"building_name": "ライオンズガーデン明大○○○○"}'
|
24
24
|
|
25
25
|
```
|