Actualiza la inicialización de traza+localización
This commit is contained in:
parent
cac4c2f102
commit
67952f6840
7 changed files with 12 additions and 12 deletions
|
|
@ -2,5 +2,10 @@ pub use actix_web::{
|
|||
App, HttpRequest, HttpResponse, HttpServer, Responder, Result, http, web
|
||||
};
|
||||
|
||||
mod tracing;
|
||||
|
||||
mod langid;
|
||||
pub use langid::LANGID;
|
||||
|
||||
mod main;
|
||||
pub use main::run;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue