Added an output to help when debugging static files

This commit is contained in:
Slatian 2023-02-25 13:43:43 +01:00
parent 97507634df
commit aa384c9eff

View File

@ -201,6 +201,8 @@ async fn main() {
)
);
println!("Static files will be served from: {static_file_directory}");
// Initalize GeoIP Database
let mut asn_db = geoip::MMDBCarrier {