1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-07-01 19:47:18 +00:00

Changes to Cors builder (#1266)

Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
This commit is contained in:
Peter Hall 2020-01-10 19:53:17 +00:00 committed by Yuki Okushi
parent 7c974ee668
commit bca41f8d40

View file

@ -44,7 +44,7 @@
```rust
actix-web = { version = "2.0.0", features = ["openssl"] }
```
* `Cors` builder now requires that you call `.finish()` to construct the middleware
## 1.0.1