novatrixtech / mercurius

Mercurius gives you speed when create 'Go' applications. It lets you being focused at business.
Apache License 2.0
144 stars 27 forks source link

Add support to CORS #39

Closed jeffprestes closed 7 years ago

jeffprestes commented 7 years ago

It must have an option to set CORS headers. As workaround it can be set at render.go

r.Header().Set("Access-Control-Allow-Origin", "*")
felipeweb commented 7 years ago

@jeffprestes done https://github.com/novatrixtech/mercurius/commit/8da92c95746f9bb7aaabbf03bf8df2839e80a0d6