From bd05d06a3b80ec127f2cf8be498ba8f1e5a42922 Mon Sep 17 00:00:00 2001 From: Hugo Dutka Date: Wed, 4 Jun 2025 13:19:05 +0200 Subject: [PATCH] change claude code web app url --- registry/coder/modules/claude-code/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/coder/modules/claude-code/main.tf b/registry/coder/modules/claude-code/main.tf index 45a7f7ba..ae4ec412 100644 --- a/registry/coder/modules/claude-code/main.tf +++ b/registry/coder/modules/claude-code/main.tf @@ -240,7 +240,7 @@ resource "coder_app" "claude_code_web" { slug = "claude-code-web" display_name = "Claude Code Web" agent_id = var.agent_id - url = "http://localhost:3284/chat/embed" + url = "http://localhost:3284/" icon = var.icon subdomain = true }