|
|
@@ -22,11 +22,11 @@ import java.time.format.DateTimeFormatter; |
|
|
|
@Slf4j |
|
|
|
@Validated |
|
|
|
@RestController |
|
|
|
@RequestMapping("/api/v1/open") |
|
|
|
@RequestMapping("/api/v1/anonymous") |
|
|
|
@RequiredArgsConstructor |
|
|
|
public class HealthController { |
|
|
|
|
|
|
|
@GetMapping("/anonymous/health") |
|
|
|
@GetMapping("/health") |
|
|
|
public JSONObject health() { |
|
|
|
JSONObject json = new JSONObject(); |
|
|
|
json.put("code", "200"); |
|
|
|