mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-29 08:09:18 +02:00
initial work on cors middleware
This commit is contained in:
@@ -395,7 +395,6 @@ impl<S> SessionBackend<S> for CookieSessionBackend {
|
||||
///
|
||||
/// ```rust
|
||||
/// # extern crate actix_web;
|
||||
///
|
||||
/// use actix_web::middleware::CookieSessionBackend;
|
||||
///
|
||||
/// # fn main() {
|
||||
|
Reference in New Issue
Block a user