Consistent Case
This commit is contained in:
parent
5945dc06d9
commit
0af9ef3827
|
@ -74,7 +74,7 @@ func route(w http.ResponseWriter, r *http.Request) {
|
||||||
// routes and methods that need it.
|
// routes and methods that need it.
|
||||||
w.Header().Add("Access-Control-Allow-Origin", "*")
|
w.Header().Add("Access-Control-Allow-Origin", "*")
|
||||||
w.Header().Add("Access-Control-Allow-Methods", "HEAD,GET,PUT,POST,DELETE")
|
w.Header().Add("Access-Control-Allow-Methods", "HEAD,GET,PUT,POST,DELETE")
|
||||||
w.Header().Add("Access-Control-Allow-Headers", "Origin, x-requested-with, content-type, accept, Content-Range, Content-Disposition")
|
w.Header().Add("Access-Control-Allow-Headers", "Origin, X-Requested-With, Content-Type, Accept, Content-Range, Content-Disposition")
|
||||||
w.Header().Add("Access-Control-Expose-Headers", "Location, Range, Content-Disposition")
|
w.Header().Add("Access-Control-Expose-Headers", "Location, Range, Content-Disposition")
|
||||||
|
|
||||||
if r.Method == "OPTIONS" {
|
if r.Method == "OPTIONS" {
|
||||||
|
|
Loading…
Reference in New Issue