Skip to content

Commit 6b69ed3

Browse files
committed
Fixed error in documentation example
1 parent e4020c6 commit 6b69ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/extensibility/controllers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ DELETE http://localhost:14140/articles/1 HTTP/1.1
3939
```json
4040
{
4141
"links": {
42-
"self": "/articles"
42+
"self": "/articles/1"
4343
},
4444
"errors": [
4545
{

0 commit comments

Comments
 (0)