We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab2689 commit 6bdc725Copy full SHA for 6bdc725
1 file changed
.github/ISSUE_TEMPLATE.md
@@ -30,15 +30,15 @@ func main() {
30
31
<!-- Your expectation result of 'curl' command, like -->
32
```
33
-$ curl http://localhost:8201/hello/world
+$ curl http://localhost:9000/hello/world
34
Hello world
35
36
37
## Actual result
38
39
<!-- Actual result showing the problem -->
40
41
-$ curl -i http://localhost:8201/hello/world
+$ curl -i http://localhost:9000/hello/world
42
<YOUR RESULT>
43
44
0 commit comments