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;
@RestController
@RequestMapping("/api/reset")
@RequestMapping("/ocpp16/api/reset")
@Slf4j
public class ResetController {
@Autowired private SessionService sessionService;

Loading…
Cancel
Save