diff --git a/index.html b/index.html
index 99559ea..735322c 100644
--- a/index.html
+++ b/index.html
@@ -266,7 +266,7 @@ function smartCopyShare(proposalId, proposalText) {
}
}
// Configuration
- const API_BASE_URL = 'https://radical.omar-c29.workers.dev/api'; // Replace with your actual worker URL
+ const API_BASE_URL = 'https://theradicalparty.com/api'; // Replace with your actual worker URL
// Character limit
const CHAR_LIMIT = 280;
diff --git a/wrangler.toml b/wrangler.toml
index f6bd668..a4be079 100644
--- a/wrangler.toml
+++ b/wrangler.toml
@@ -17,4 +17,15 @@ bucket_name = "memes"
[vars]
ENVIRONMENT = "production"
+# wrangler.toml (wrangler v3.88.0^)
+[observability.logs]
+enabled = true
+
+
+# Route API requests to your worker
+[[routes]]
+pattern = "theradicalparty.com/api/*"
+zone_name = "theradicalparty.com"
+
+