Minor changes to server
This commit is contained in:
parent
006d9d9160
commit
c576287eea
3 changed files with 26 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ use anyhow::{Context, Result};
|
|||
use app_state::AppState;
|
||||
use errors::{init_error, SyncServerError};
|
||||
use server::create_server;
|
||||
use std::sync::Arc;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<(), SyncServerError> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue