Skip to content

Commit

Permalink
Removing CORS hack and adding a proper middleware for handling CORS h…
Browse files Browse the repository at this point in the history
…eaders (#42)

* Removing CORS hack and adding a proper middleware for handling CORS headers

* Fixing go.sum

* Missing pieces
  • Loading branch information
joselsegura authored Jun 23, 2020
1 parent ec53fdd commit c227c8e
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 91 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/RedHatInsights/insights-content-service v0.0.0-20200619153839-23a428468a08
github.com/RedHatInsights/insights-operator-utils v1.1.0
github.com/RedHatInsights/insights-operator-utils v1.2.0
github.com/RedHatInsights/insights-results-aggregator v0.0.0-20200622123018-31c3f8ac30bd
github.com/RedHatInsights/insights-results-aggregator-data v0.0.0-20200622112651-e5a7c1d79015
github.com/RedHatInsights/insights-results-aggregator-utils v0.0.0-20200616074815-67f30b0e724d // indirect
Expand All @@ -15,6 +15,7 @@ require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/google/uuid v1.1.1
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.4
github.com/klauspost/compress v1.10.9 // indirect
github.com/mitchellh/mapstructure v1.3.2 // indirect
Expand Down
Loading

0 comments on commit c227c8e

Please sign in to comment.