Skip to content

Commit bd05d06

Browse files
committed
change claude code web app url
1 parent e340aff commit bd05d06

File tree

1 file changed

+1
-1
lines changed
  • registry/coder/modules/claude-code

1 file changed

+1
-1
lines changed

registry/coder/modules/claude-code/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ resource "coder_app" "claude_code_web" {
240240
slug = "claude-code-web"
241241
display_name = "Claude Code Web"
242242
agent_id = var.agent_id
243-
url = "http://localhost:3284/chat/embed"
243+
url = "http://localhost:3284/"
244244
icon = var.icon
245245
subdomain = true
246246
}

0 commit comments

Comments
 (0)