Añade nuevo código para soportar MdBook
This commit is contained in:
parent
a7105d6a63
commit
ae2d54828f
12 changed files with 79 additions and 55 deletions
|
|
@ -1,4 +1,6 @@
|
|||
pub use actix_web::{http, web, App, HttpRequest, HttpResponse, HttpServer, Responder};
|
||||
pub use actix_web::{http, web, App, HttpMessage, HttpRequest, HttpResponse, HttpServer, Responder};
|
||||
pub use actix_web_static_files::ResourceFiles;
|
||||
pub use actix_files::Files as ActixFiles;
|
||||
|
||||
mod banner;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue