mexcdevelop / mexc-api-sdk

MIT License
173 stars 70 forks source link

How to disable CORS in this SDK? #43

Open OishikGuha opened 1 year ago

OishikGuha commented 1 year ago

I made a little module which has a function that creates a client. When I execute the module's function by itself it works, but when I use it from somewhere else like a nextjs page, it gives me a cors error, anyone know how to disable CORS so the function works properly?