Skip to content

Commit

Permalink
PHL-313: Fixing ner endpoint port.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Jun 29, 2024
1 parent 32355b0 commit d391d6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public String indexesDirectory() {
}

public String nerEndpoint() {
return getProperty("ner.endpoint", "http://localhost:8080/");
return getProperty("ner.endpoint", "http://localhost:18080/");
}

public int nerTimeout() {
Expand Down

0 comments on commit d391d6f

Please sign in to comment.