How to disable OPTIONS requests?
When using
I read some docs around this but Im not able to make it work, looks like adding
Anyone know how to do this?
simple-rest package with my custom endpoint I receive few OPTIONS request when attempting to list a products list. That OPTIONS http method is not supported on my backend.I read some docs around this but Im not able to make it work, looks like adding
onSearch: undefined should do the trick, but it's not working. Anyone know how to do this?
