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