Skip to content

Commit b2e4ba9

Browse files
Update adapter/rest/src/main.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
1 parent 5ef1842 commit b2e4ba9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adapter/rest/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ async fn execute_flow_to_hyper_response(
8888
error_to_http_response(StatusCode::INTERNAL_SERVER_ERROR, "Internal server error")
8989
}
9090
FlowExecutionResult::FinishedWithoutOngoing => Response::builder()
91-
.status(StatusCode::CREATED)
91+
.status(StatusCode::NO_CONTENT)
9292
.body(Full::new(Bytes::new()))
9393
.unwrap(),
9494
FlowExecutionResult::TransportError => {

0 commit comments

Comments
 (0)