Skip to content

Commit

Permalink
외부 요청에 의한 서비스 #308
Browse files Browse the repository at this point in the history
  • Loading branch information
pahnjy01 committed Dec 21, 2016
1 parent 950e965 commit fd17a33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public String getPCCountUri(Session session) throws BadRequestException {
List<String> locationList = DataConversion.stringDataToList(responseLocation);
location = locationList.get(0);
} else {
throw new BadRequestException();
location = "http://www.iotoasis.org/ontology/engcenter_616";
}

IHttpResponseMessage message = clientService.requestGetService(
Expand Down

0 comments on commit fd17a33

Please sign in to comment.