diff --git a/cloudflare-workers/wrangler.toml b/cloudflare-workers/wrangler.toml index 9da162c2..2a8f3173 100644 --- a/cloudflare-workers/wrangler.toml +++ b/cloudflare-workers/wrangler.toml @@ -3,6 +3,9 @@ name = "feedback-sys-backend" main = "src/index.ts" compatibility_date = "2023-05-18" compatibility_flags = ["nodejs_compat"] +routes = [ + { pattern = "feedback-sys.mgt.moe", custom_domain = true } +] [placement] mode = "smart"