Class HealthController
java.lang.Object
com.nicholasalfonso.lato.controller.HealthController
REST controller for API health.
Provides a simple endpoint to check if the API is running.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HealthController
public HealthController()
-
-
Method Details
-
healthCheck
@GetMapping public boolean healthCheck()Gets the status of LATO.- Returns:
- OK if the API is healthy
-