Compare commits

..

No commits in common. '4e27ecebef4423947d3eb57d102f52663056ce0c' and '0e474a8717175e5470ceb09e603b2675f965e75f' have entirely different histories.

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

Loading…
Cancel
Save