first pass at CORS handling.
This commit is contained in:
committed by
Joe Nelson
parent
c32dd18c45
commit
0067f60316
+2
-2
@@ -16,7 +16,7 @@ executable dbapi
|
||||
build-depends: base >=4.6 && <5
|
||||
, HDBC, HDBC-postgresql
|
||||
, warp, wai >= 3.0.1 && < 3.0.2
|
||||
, wai-extra
|
||||
, wai-extra, wai-cors
|
||||
, HTTP, convertible
|
||||
, case-insensitive
|
||||
, http-types, scientific, time
|
||||
@@ -51,7 +51,7 @@ Test-Suite spec
|
||||
, warp, wai >= 3.0.1 && < 3.0.2
|
||||
, HTTP, convertible
|
||||
, case-insensitive
|
||||
, wai-extra, containers
|
||||
, wai-extra, wai-cors, containers
|
||||
, http-types, scientific, time
|
||||
, bytestring, aeson, network
|
||||
, text, optparse-applicative
|
||||
|
||||
Reference in New Issue
Block a user