|
|
@ -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; |
|
|
|