Minor changes to server

This commit is contained in:
Andras Schmelczer 2024-12-08 14:24:26 +00:00
parent 006d9d9160
commit c576287eea
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 26 additions and 1 deletions

View file

@ -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> {