gov.nasa.pds.api.registry.controllers.HealthCheckController Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of registry-api-service Show documentation
Show all versions of registry-api-service Show documentation
Registry API Service contributing to the PDS Federated Search API
package gov.nasa.pds.api.registry.controllers;
import java.util.Map;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Controller;
import gov.nasa.pds.api.base.HealthcheckApi;
@Controller
public class HealthCheckController implements HealthcheckApi {
@Override
public ResponseEntity