mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Move cors middleware to actix-cors crate
This commit is contained in:
parent
bf48798bce
commit
cd323f2ff1
9 changed files with 62 additions and 13 deletions
|
@ -31,6 +31,7 @@ members = [
|
|||
".",
|
||||
"awc",
|
||||
"actix-http",
|
||||
"actix-cors",
|
||||
"actix-files",
|
||||
"actix-framed",
|
||||
"actix-session",
|
||||
|
@ -80,6 +81,8 @@ actix-server-config = "0.1.1"
|
|||
actix-threadpool = "0.1.1"
|
||||
awc = { version = "0.2.1", optional = true }
|
||||
|
||||
# actix-cors = "0.1."{ path="./actix-cors" }
|
||||
|
||||
bytes = "0.4"
|
||||
derive_more = "0.14"
|
||||
encoding = "0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue