Skip to content

Commit

Permalink
pororo url add http
Browse files Browse the repository at this point in the history
  • Loading branch information
mjh000526 committed Jun 3, 2024
1 parent a6c3769 commit c0e9d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/example/just/Service/PostService.java
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ public List<String> getConvertString(List<String> str) { // 문자열 변환
System.out.println(parameter.toJSONString());
ResponseEntity<String> responseEntity = restTemplate.exchange(
// "http://"+server_address+":8081/api/ner/post",
"127.0.0.1:8081/api/ner/post",
"http://127.0.0.1:8081/api/ner/post",
HttpMethod.POST,
request,
String.class);
Expand Down

0 comments on commit c0e9d75

Please sign in to comment.