Skip to content

Commit

Permalink
Merge pull request #309 from pahnjy/develop
Browse files Browse the repository at this point in the history
외부 요청에 의한 서비스 #308
  • Loading branch information
pahnjy authored Dec 21, 2016
2 parents 950e965 + fd17a33 commit 082d304
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 082d304

Please sign in to comment.