Skip to content

Commit

Permalink
Rework CORS middleware.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael committed Nov 17, 2015
1 parent 877538c commit 5efef77
Show file tree
Hide file tree
Showing 8 changed files with 911 additions and 332 deletions.
330 changes: 0 additions & 330 deletions cors.go

This file was deleted.

13 changes: 13 additions & 0 deletions cors/cors_suite_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package cors_test

import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"

"testing"
)

func TestCors(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Cors Suite")
}
Loading

0 comments on commit 5efef77

Please sign in to comment.