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 5919e58 commit a7ff643Copy full SHA for a7ff643
request.http
@@ -3,8 +3,14 @@ GET http://localhost:9320/api/hello
3
4
GET http://localhost:9320/api/simple
5
6
-########### cluster ###########
7
-GET http://dev.simple-api.127.0.0.1.sslip.io/v1/simple
+########### private cluster ###########
+GET http://dev.simple-api.127.0.0.1.sslip.io/api/simple
8
9
10
-GET http://dev.simple-api.127.0.0.1.sslip.io:9701/v1/simple
+GET http://dev.simple-api.127.0.0.1.sslip.io:9701/api/simple
11
+
12
13
14
+########### ncp cluster ###########
15
+GET http://localhost:9320/api/hello
16
+Host: "test.osckorea.com"
0 commit comments