1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 16:02:59 +01:00

update example

This commit is contained in:
Nikolay Kim 2018-01-10 07:55:25 -08:00
parent d7f59ce481
commit 8aae2daafa

View File

@ -17,6 +17,7 @@
//! ```rust //! ```rust
//! # extern crate http; //! # extern crate http;
//! # extern crate actix_web; //! # extern crate actix_web;
//! # use actix_web::*;
//! use http::header; //! use http::header;
//! use actix_web::middleware::cors; //! use actix_web::middleware::cors;
//! //!