- wws requires both allowed_hosts and allowed_methods - Allow GET and POST methods for n8n.mylder.io 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
8 lines
133 B
TOML
8 lines
133 B
TOML
name = "chat"
|
|
version = "1"
|
|
|
|
[features]
|
|
[features.http_requests]
|
|
allowed_methods = ["GET", "POST"]
|
|
allowed_hosts = ["n8n.mylder.io"]
|