Added example

This commit is contained in:
Luca Frosini 2024-11-22 11:15:52 +01:00
parent efbe62d1a0
commit f24470cd29
1 changed files with 1 additions and 0 deletions

View File

@ -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'
```