1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

Move cors middleware to actix-cors crate

This commit is contained in:
Nikolay Kim
2019-06-15 09:34:16 +06:00
parent bf48798bce
commit cd323f2ff1
9 changed files with 62 additions and 13 deletions

5
actix-cors/CHANGES.md Normal file
View File

@ -0,0 +1,5 @@
# Changes
## [0.1.0] - 2019-06-15
* Move cors middleware to separate crate