Skip to content

Commit 04c0040

Browse files
authored
docs: remove incorrect slashes from API docs
1 parent b39a217 commit 04c0040

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/node/pages/api.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Retrieve all components.
99

1010
[source,http]
1111
----
12-
GET /component/ HTTP/1.1
12+
GET /component HTTP/1.1
1313
Host: [SEMCOM_HOST]
1414
----
1515

@@ -88,7 +88,7 @@ Retrieve all components as Turtle.
8888

8989
[source,http]
9090
----
91-
GET /component/ HTTP/1.1
91+
GET /component HTTP/1.1
9292
Host: [SEMCOM_HOST]
9393
Accept: text/turtle
9494
----

0 commit comments

Comments
 (0)