We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b85be09 commit 8c7cda8Copy full SHA for 8c7cda8
1 file changed
router.go
@@ -11,7 +11,7 @@ func NewRouter() *mux.Router {
11
}
12
13
type WithCORS struct {
14
- Router *mux.Router
+ Router *mux.Router
15
16
17
func (s *WithCORS) ServeHTTP(res http.ResponseWriter, req *http.Request) {
0 commit comments