Skip to content

Commit

Permalink
Update src/amqproxy/http_server.cr
Browse files Browse the repository at this point in the history
Co-authored-by: Carl Hörberg <[email protected]>
  • Loading branch information
viktorerlingsson and carlhoerberg authored Oct 14, 2024
1 parent a0e0b86 commit 46f6949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amqproxy/http_server.cr
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module AMQProxy
context.response.content_type = "text/plain"
context.response.print "OK"
else
context.response.status = ::HTTP::Status::NOT_FOUND
context.response.respond_with_status(::HTTP::Status::NOT_FOUND)
end
end
bind_tcp
Expand Down

0 comments on commit 46f6949

Please sign in to comment.