Added example
This commit is contained in:
parent
efbe62d1a0
commit
f24470cd29
|
@ -32,6 +32,7 @@ curl -l 'http://localhost:8080/hello-world-service/guest'
|
|||
curl -l 'http://localhost:8080/hello-world-service/hello' -h 'Authorization: $TOKEN'
|
||||
curl -l 'http://localhost:8080/hello-world-service/details' -h 'Authorization: $TOKEN'
|
||||
|
||||
curl -l 'http://localhost:8080/hello-world-service/auth' -h 'Authorization: $TOKEN'
|
||||
curl -l 'http://localhost:8080/hello-world-service/auth/org_member' -h 'Authorization: $TOKEN'
|
||||
curl -l 'http://localhost:8080/hello-world-service/auth/member' -h 'Authorization: $TOKEN'
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue