gin-contrib / cors

Official CORS gin's middleware
https://gin-gonic.github.io/gin/
MIT License
1.77k stars 181 forks source link

update README file #117

Open LicaSterian opened 1 year ago

LicaSterian commented 1 year ago

The latest version of cors.Config has fields Allowed instead of Allow and Exposed instead of Expose. Eg: AllowedOrigins, AllowedMethods, AllowedHeaders and ExposedHeaders.