This commit is contained in:
xydkj 2026-05-18 16:18:07 +08:00
commit a30c029fc4

View File

@ -19,7 +19,6 @@ import org.springframework.web.bind.annotation.RestController;
@RestController
@RequestMapping("/api/v1/device")
@RequiredArgsConstructor
@ReplayProtected
@Tag(name = "device-time-config-controller")
public class TimeConfigController {