Skip to content

Commit d24e0b4

Browse files
authored
Merge pull request #224 from landrunner/main
Updated the curl command in the documentation to access the /hello endpint
2 parents 9d35a11 + 18b1350 commit d24e0b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/install/microk8s.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ The easiest way to test our Spin app is to port forward from the Spin app to the
138138
$ microk8s kubectl port-forward services/simple-spinapp 8080:80
139139
```
140140

141-
You can then run `curl localhost:8080`
141+
You can then run `curl localhost:8080/hello`
142142

143143
```console { data-plausible="copy-quick-deploy-sample" }
144-
$ curl localhost:8080
145-
Hello World!
144+
$ curl localhost:8080/hello
145+
Hello world from Spin!
146146
```
147147

148148
### Where to go from here

0 commit comments

Comments
 (0)