1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00

feat(cors): allow using closures in allow_origin_fn (#110)

This commit is contained in:
Roman Lakhtadyr
2020-10-07 13:29:20 +03:00
committed by GitHub
parent 0f7a147323
commit b33012999c
3 changed files with 65 additions and 5 deletions

View File

@ -23,3 +23,4 @@ futures-util = { version = "0.3.4", default-features = false }
[dev-dependencies]
actix-rt = "1.1.1"
regex = "1.3.9"