diff --git a/chat/index.toml b/chat/index.toml index 4428b9f..9cd68c3 100644 --- a/chat/index.toml +++ b/chat/index.toml @@ -2,7 +2,6 @@ name = "chat" version = "1" [features] -http_requests = true - [features.http_requests] +allowed_methods = ["GET", "POST"] allowed_hosts = ["n8n.mylder.io"] diff --git a/webhook/index.toml b/webhook/index.toml index 4d07d10..b4b3293 100644 --- a/webhook/index.toml +++ b/webhook/index.toml @@ -2,7 +2,6 @@ name = "webhook" version = "1" [features] -http_requests = true - [features.http_requests] +allowed_methods = ["GET", "POST"] allowed_hosts = ["n8n.mylder.io"]