Skip to content

Commit 90c5339

Browse files
authored
refactor: remove check endpoint (#34)
1 parent d39ce13 commit 90c5339

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/main/java/org/eclipse/dataplane/port/DataPlaneSignalingApiController.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@ public DataPlaneSignalingApiController(Dataplane dataplane) {
4747
this.dataplane = dataplane;
4848
}
4949

50-
@GET
51-
@Path("/")
52-
public Response check() {
53-
return Response.ok().build();
54-
}
55-
5650
@POST
5751
@Path("/prepare")
5852
public Response prepare(DataFlowPrepareMessage message) {

0 commit comments

Comments
 (0)