Skip to content

Commit

Permalink
Removed old method
Browse files Browse the repository at this point in the history
  • Loading branch information
amusarra committed May 11, 2024
1 parent b29a9ca commit 213008b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/main/java/it/dontesta/eventbus/ws/EventBusApplication.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
package it.dontesta.eventbus.ws;

import jakarta.ws.rs.ApplicationPath;
import jakarta.ws.rs.GET;
import jakarta.ws.rs.Path;
import jakarta.ws.rs.Produces;
import jakarta.ws.rs.core.Application;

/**
Expand All @@ -15,11 +12,4 @@
*/
@ApplicationPath("/api")
public class EventBusApplication extends Application {

@Path("sw-version")
@GET
@Produces("text/plain")
public String getSoftwareVersion() {
return "1.0.0";
}
}

0 comments on commit 213008b

Please sign in to comment.