mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-01-14 12:37:08 +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
|
// Initalize GeoIP Database
|
||||||
|
|
||||||
let mut asn_db = geoip::MMDBCarrier {
|
let mut asn_db = geoip::MMDBCarrier {
|
||||||
|
Loading…
Reference in New Issue
Block a user