Skip to content

Commit

Permalink
fix: removed helidon greet http routing
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Peterson <[email protected]>
  • Loading branch information
mattp-swirldslabs committed Jun 28, 2024
1 parent 95eb138 commit 8d22594
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/src/main/java/com/hedera/block/server/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ public static void main(final String[] args) {
// Start the web server
WebServer.builder()
.port(8080)
.addRouting(HttpRouting.builder()
.get("/greet", (req, res) -> res.send("Hello World!")))
.addRouting(GrpcRouting.builder()
.service(blockStreamService)
.bidi(BlockStreamServiceGrpcProto.getDescriptor(),
Expand Down

0 comments on commit 8d22594

Please sign in to comment.