Files
wws-functions/chat/index.toml
christiankrag d6c58818f9 Add allowed_methods to worker HTTP request configs
- 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>
2025-12-15 06:09:42 +01:00

8 lines
133 B
TOML

name = "chat"
version = "1"
[features]
[features.http_requests]
allowed_methods = ["GET", "POST"]
allowed_hosts = ["n8n.mylder.io"]