This commit is contained in:
Omar Najjar 2025-03-08 01:29:33 +11:00
parent 37d40c895a
commit 64eeccde0e

View file

@ -505,7 +505,7 @@
<script>
// Configuration
const API_BASE_URL = 'https://radical.omar-c29.workers.dev'; // Replace with your actual worker URL
const API_BASE_URL = 'https://radical.omar-c29.workers.dev/api'; // Replace with your actual worker URL
// DOM elements
const proposalInput = document.getElementById('proposal-input');