Skip to content

Commit

Permalink
changing this to put was a mistake, it breaks stuff in poms-shared-ba…
Browse files Browse the repository at this point in the history
…ckend
  • Loading branch information
mihxil committed Jan 8, 2025
1 parent 6bac621 commit 78677b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ public ObjectNode index(String id, Object o) {

public ObjectNode index(String id, byte[] o) {
HttpEntity entity = entity(o);
return putEntity(indexPath(id), entity);
return postEntity(indexPath(id), entity);
}

public ObjectNode index(String id, Object o, Consumer<ObjectNode> sourceConsumer) {
Expand Down

0 comments on commit 78677b4

Please sign in to comment.