new laptop setup

This commit is contained in:
2022-12-24 16:34:17 +01:00
parent 5b95621d04
commit 31b47e892d
55 changed files with 789 additions and 5 deletions
Regular → Executable
+1 -2
View File
@@ -3,9 +3,7 @@ extern crate dotenv;
use actix_service::Service;
use actix_web::{App, HttpResponse, HttpServer};
use env_logger;
use futures::future::{ok, Either};
use log;
mod auth;
mod database;
mod json_serialization;
@@ -31,6 +29,7 @@ async fn main() -> std::io::Result<()> {
Err(_message) => passed = false,
}
} else {
log::warn!("No auth check done.");
passed = true;
}