mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-01-13 20:17:09 +01:00
Added an output to help when debugging static files
This commit is contained in:
parent
97507634df
commit
aa384c9eff
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user