From ba6f99945f7b9c5ced572ea622ed06c7e4e920ee Mon Sep 17 00:00:00 2001 From: PHAM HOANG HUNG Date: Fri, 2 Aug 2024 15:34:21 +0700 Subject: [PATCH] Changethe way we access variables --- srf-weather-connector/processes/srfWeatherForecast.p.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srf-weather-connector/processes/srfWeatherForecast.p.json b/srf-weather-connector/processes/srfWeatherForecast.p.json index 791c59e..5906f6f 100644 --- a/srf-weather-connector/processes/srfWeatherForecast.p.json +++ b/srf-weather-connector/processes/srfWeatherForecast.p.json @@ -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", @@ -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",