|
|
@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.PostMapping; |
|
|
|
import org.springframework.web.bind.annotation.RequestMapping; |
|
|
|
import org.springframework.web.bind.annotation.RestController; |
|
|
|
|
|
|
|
@Tag(name = "自检") |
|
|
|
@Tag(name = "\uD83D\uDD0D自检") |
|
|
|
@RestController |
|
|
|
@RequestMapping("/api/self-test") |
|
|
|
@RequiredArgsConstructor |
|
|
|