Skip to content

Commit 884fb46

Browse files
cjbaezillamichalsn
authored andcommitted
fix table format
1 parent 81fab41 commit 884fb46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

user_guide_src/source/guides/api/first-endpoint.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ Here's how other verbs would map if you added them later:
9494
+-----------------------+--------------------------------+
9595
| HTTP Verb | Method Name |
9696
+=======================+================================+
97-
| ``GET /api/ping`` | ``getIndex()`` |
98-
| ``POST /api/ping`` | ``postIndex()`` |
99-
| ``DELETE /api/ping`` | ``deleteIndex()`` |
97+
| ``GET /api/ping`` | ``getIndex()`` |
98+
| ``POST /api/ping`` | ``postIndex()`` |
99+
| ``DELETE /api/ping`` | ``deleteIndex()`` |
100100
+-----------------------+--------------------------------+
101101

102102
Content Negotiation with the Format Class

0 commit comments

Comments
 (0)