We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d778c5e commit 8f55cd8Copy full SHA for 8f55cd8
docs/api-guide/routers.md
@@ -293,7 +293,7 @@ The following mappings would be generated...
293
<tr><th>URL</th><th>HTTP Method</th><th>Action</th><th>URL Name</th></tr>
294
<tr><td>/users</td><td>GET</td><td>list</td><td>user-list</td></tr>
295
<tr><td>/users/{username}</td><td>GET</td><td>retrieve</td><td>user-detail</td></tr>
296
- <tr><td>/users/{username}/group-names</td><td>GET</td><td>group_names</td><td>user-group-names</td></tr>
+ <tr><td>/users/{username}/group_names</td><td>GET</td><td>group_names</td><td>user-group-names</td></tr>
297
</table>
298
299
For another example of setting the `.routes` attribute, see the source code for the `SimpleRouter` class.
0 commit comments