This commit is contained in:
Omar Najjar 2025-04-02 21:27:40 +11:00
parent 2ebdde777a
commit 0bed3f7b27
2 changed files with 12 additions and 1 deletions

View file

@ -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;

View file

@ -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"