From 205ab8a223ddf6591a3e8bfc9108506502977c11 Mon Sep 17 00:00:00 2001 From: soryu Date: Fri, 16 Jan 2026 12:23:49 +0000 Subject: Fixup: use default api.makima.jp URL and fix default branch detection Also add checkpointing/history --- makima/src/daemon/cli/contract.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makima/src/daemon/cli/contract.rs') diff --git a/makima/src/daemon/cli/contract.rs b/makima/src/daemon/cli/contract.rs index 5fef5ec..a443b85 100644 --- a/makima/src/daemon/cli/contract.rs +++ b/makima/src/daemon/cli/contract.rs @@ -7,7 +7,7 @@ use uuid::Uuid; #[derive(Args, Debug, Clone)] pub struct ContractArgs { /// API URL - #[arg(long, env = "MAKIMA_API_URL", default_value = "http://localhost:8080", global = true)] + #[arg(long, env = "MAKIMA_API_URL", default_value = "https://api.makima.jp", global = true)] pub api_url: String, /// API key for authentication -- cgit v1.2.3