Añade configuración y conexión a la base de datos
This commit is contained in:
parent
b6dd473578
commit
76785af4dc
13 changed files with 210 additions and 83 deletions
|
|
@ -4,5 +4,7 @@ pub use actix_web::{
|
|||
|
||||
mod tracing;
|
||||
|
||||
mod main;
|
||||
pub use main::run;
|
||||
mod dbconn;
|
||||
|
||||
mod app;
|
||||
pub use app::Application;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue