Compare commits

...

2 Commits

  1. 2
      src/main/java/com/yablochkov/ocppstub/rest/ResetController.java

@ -34,7 +34,7 @@ import org.springframework.web.bind.annotation.ResponseStatus;
import org.springframework.web.bind.annotation.RestController; import org.springframework.web.bind.annotation.RestController;
@RestController @RestController
@RequestMapping("/api/reset") @RequestMapping("/ocpp16/api/reset")
@Slf4j @Slf4j
public class ResetController { public class ResetController {
@Autowired private SessionService sessionService; @Autowired private SessionService sessionService;

Loading…
Cancel
Save