Añade carga de ajustes de configuración globales
This commit is contained in:
parent
4e23523e80
commit
96884cbbc0
12 changed files with 146 additions and 12 deletions
|
|
@ -1,5 +1,7 @@
|
|||
use pagetop::core::server;
|
||||
|
||||
fn spawn_app() {
|
||||
let server = pagetop::core::server::run().expect("Failed to bind address");
|
||||
let server = server::run(None).expect("Failed to bind address");
|
||||
let _ = tokio::spawn(server);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue