Skip to content

Commit 841f458

Browse files
authored
Domain update (#2)
1 parent 20ffabd commit 841f458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ impl Config {
4141
pub fn new(api_url: Option<String>) -> Result<Self> {
4242
let api_url = api_url
4343
.or_else(|| env::var("CLAWD_API_URL").ok())
44-
.unwrap_or_else(|| "https://clawd-api.dcodes.dev".to_string());
44+
.unwrap_or_else(|| "https://api.clawd.xyz".to_string());
4545

4646
let home = directories::UserDirs::new().context("Could not find home directory")?;
4747
let install_base_path = home.home_dir().join(".claude/skills");

0 commit comments

Comments
 (0)