Package io.jans.fido2.ws.rs.controller
Class HealthCheckController
- java.lang.Object
-
- io.jans.fido2.ws.rs.controller.HealthCheckController
-
@ApplicationScoped @Path("/") public class HealthCheckController extends Object
Health check controller- Version:
- Jul 24, 2020
- Author:
- Yuriy Movchan
-
-
Constructor Summary
Constructors Constructor Description HealthCheckController()
-
-
-
Method Detail
-
healthCheckController
@GET @POST @Path("/health-check") @Produces("application/json") public String healthCheckController()
-
-