change claude code web app url

This commit is contained in:
Hugo Dutka 2025-06-04 13:19:05 +02:00
parent e340affe95
commit bd05d06a3b

View File

@ -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
}