Skip to content

Commit

Permalink
Merge pull request #280 from WebexSamples/ruegreen-patch-1
Browse files Browse the repository at this point in the history
Add files via upload
  • Loading branch information
ruegreen authored Feb 20, 2025
2 parents 36b1b7b + 5690990 commit ad44879
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1988,13 +1988,12 @@
}
],
"url": {
"raw": "https://<YOUR_TOKEN_SERVICE_URL>/token-service/init?name=TOKEN_NAME",
"raw": "https://<YOUR_TOKEN_SERVICE_URL>/init?name=TOKEN_NAME",
"protocol": "https",
"host": [
"<YOUR_TOKEN_SERVICE_URL>"
],
"path": [
"token-service",
"init"
],
"query": [
Expand Down Expand Up @@ -2022,14 +2021,11 @@
}
],
"url": {
"raw": "https://<YOUR_TOKEN_SERVICE_URL>/token-service?name=TOKEN_NAME",
"raw": "https://<YOUR_TOKEN_SERVICE_URL>?name=TOKEN_NAME",
"protocol": "https",
"host": [
"<YOUR_TOKEN_SERVICE_URL>"
],
"path": [
"token-service"
],
"query": [
{
"key": "name",
Expand Down

0 comments on commit ad44879

Please sign in to comment.