Skip to content

Commit

Permalink
Changethe way we access variables
Browse files Browse the repository at this point in the history
  • Loading branch information
phhung-axonivy committed Aug 2, 2024
1 parent 58d8175 commit ba6f999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srf-weather-connector/processes/srfWeatherForecast.p.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"path" : "/geolocationNames",
"headers" : {
"Accept" : "*/*",
"Authorization" : "ivy.var.SrfWeatherConnector_Token"
"Authorization" : "ivy.var.get(\"SrfWeatherConnector.Token\")"
},
"clientId" : "abb4be9f-e610-498b-84db-a60dddc472ba",
"clientErrorCode" : "ivy:error:rest:client",
Expand Down Expand Up @@ -97,7 +97,7 @@
"path" : "/forecastpoint/{geolocationId}",
"headers" : {
"Accept" : "*/*",
"Authorization" : "ivy.var.SrfWeatherConnector_Token"
"Authorization" : "ivy.var.get(\"SrfWeatherConnector.Token\")"
},
"clientId" : "abb4be9f-e610-498b-84db-a60dddc472ba",
"clientErrorCode" : "ivy:error:rest:client",
Expand Down

0 comments on commit ba6f999

Please sign in to comment.