From cf0a25af1d2834bfe6c5ea892ce5769936e5a673 Mon Sep 17 00:00:00 2001 From: soryu Date: Tue, 3 Feb 2026 22:01:29 +0000 Subject: Add makima chain mechanism --- makima/src/server/handlers/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'makima/src/server/handlers/mod.rs') diff --git a/makima/src/server/handlers/mod.rs b/makima/src/server/handlers/mod.rs index a14c4f7..3e01a3e 100644 --- a/makima/src/server/handlers/mod.rs +++ b/makima/src/server/handlers/mod.rs @@ -1,6 +1,7 @@ //! HTTP and WebSocket request handlers. pub mod api_keys; +pub mod chains; pub mod chat; pub mod contract_chat; pub mod contract_daemon; -- cgit v1.2.3