Skip to content

Commit a044c3f

Browse files
Merge branch 'ml-proxy-action' of github.com:jonathan-buttner/elasticsearch into ml-proxy-action
2 parents 7d10123 + 0c50d84 commit a044c3f

File tree

1 file changed

+2
-1
lines changed
  • x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/rest

1 file changed

+2
-1
lines changed

x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/rest/Paths.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ public final class Paths {
3030
+ TASK_TYPE_OR_INFERENCE_ID
3131
+ "}/{"
3232
+ INFERENCE_ID
33-
+ "}/" + STREAM_SUFFIX;
33+
+ "}/"
34+
+ STREAM_SUFFIX;
3435

3536
private Paths() {
3637

0 commit comments

Comments
 (0)