Skip to content

Commit 877d46b

Browse files
committed
fix endpoint name
1 parent 10a8236 commit 877d46b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IoTSonnenUploader/src/main/java/com/oracle/demo/timg/iot/iotsonnenuploader/iotservicehttpsclient/IoTServiceClientHttps.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Software and the Larger Work(s), and to sublicense the foregoing rights on
5353
import io.micronaut.http.client.annotation.Client;
5454
import io.micronaut.http.client.exceptions.HttpClientException;
5555

56-
@Client(id = "iotservicehttps", path = "/home")
56+
@Client(id = "iotservicehttps", path = "/house")
5757
@Header(name = USER_AGENT, value = "Micronaut HTTP Client")
5858
@Header(name = ACCEPT, value = "application/json")
5959
@Requires(property = DeviceSettings.PREFIX + ".id")

0 commit comments

Comments
 (0)