We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b349db commit c0abe13Copy full SHA for c0abe13
user_guide_src/source/guides/api/first-endpoint.rst
@@ -94,9 +94,9 @@ Here's how other verbs would map if you added them later:
94
+-----------------------+--------------------------------+
95
| HTTP Verb | Method Name |
96
+=======================+================================+
97
-| ``GET /api/ping`` | ``getIndex()`` |
98
-| ``POST /api/ping`` | ``postIndex()`` |
99
-| ``DELETE /api/ping`` | ``deleteIndex()`` |
+| ``GET /api/ping`` | ``getIndex()`` |
+| ``POST /api/ping`` | ``postIndex()`` |
+| ``DELETE /api/ping`` | ``deleteIndex()`` |
100
101
102
Content Negotiation with the Format Class
0 commit comments