mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-25 22:49:21 +02:00
remove cors and identity middlewares
This commit is contained in:
@ -10,17 +10,3 @@ mod normalize;
|
||||
pub use self::defaultheaders::DefaultHeaders;
|
||||
pub use self::logger::Logger;
|
||||
pub use self::normalize::NormalizePath;
|
||||
|
||||
#[cfg(feature = "deprecated")]
|
||||
#[deprecated(
|
||||
since = "1.0.1",
|
||||
note = "please use `actix_cors` instead. support will be removed in actix-web 1.0.2"
|
||||
)]
|
||||
pub use actix_cors as cors;
|
||||
|
||||
#[cfg(feature = "deprecated")]
|
||||
#[deprecated(
|
||||
since = "1.0.1",
|
||||
note = "please use `actix_identity` instead. support will be removed in actix-web 1.0.2"
|
||||
)]
|
||||
pub use actix_identity as identity;
|
||||
|
Reference in New Issue
Block a user