From 3e5aa28345bb009c12b5a55f2e7174957bf4ed9a Mon Sep 17 00:00:00 2001 From: Gus Power Date: Thu, 22 May 2025 16:21:05 +0100 Subject: started on arbitrary http endpoint configuration --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 66fbdee..2843eb3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -15,6 +15,7 @@ mod ip_service; #[cfg(test)] mod test_macros; +mod http; #[derive(Parser, Debug)] #[command(ignore_errors(true), version, about, long_about = None)] -- cgit v1.2.3