Añade una arquitectura escalable basada en módulos

This commit is contained in:
Manuel Cillero 2022-02-10 23:58:22 +01:00
parent e1ea149988
commit 4e23523e80
10 changed files with 108 additions and 19 deletions

View file

@ -1,4 +1,4 @@
pub use actix_web::{web, App, HttpRequest, HttpResponse, HttpServer, Responder};
pub use actix_web::{App, HttpRequest, HttpResponse, HttpServer, Responder, web};
mod main;
pub use main::run;