pub async fn start_server(
cfg: Config,
session_store: SessionStore<RustBasicSessionStore>,
static_files: ServeDir,
db: DatabaseConnection,
app_router: Router<AppState>,
)pub async fn start_server(
cfg: Config,
session_store: SessionStore<RustBasicSessionStore>,
static_files: ServeDir,
db: DatabaseConnection,
app_router: Router<AppState>,
)