x
This commit is contained in:
parent
2ebdde777a
commit
0bed3f7b27
2 changed files with 12 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue