Skip to content

Commit 2905c21

Browse files
authored
Update jobs.html
1 parent bd331c8 commit 2905c21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jobs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ <h3>🗑️ Delete Job</h3>
244244
// ═══════════════════════════════════════════════════════════════
245245
// CONFIG — NO EXPOSED CREDENTIALS
246246
// ═══════════════════════════════════════════════════════════════
247-
const WORKER_URL = localStorage.getItem('workerUrl') || "https://solitary-sound-11b9.simpaticohrconsultancy.workers.dev/";
247+
const WORKER_URL = (localStorage.getItem('workerUrl') || "https://solitary-sound-11b9.simpaticohrconsultancy.workers.dev").replace(/\/$/, '');
248248

249249
let allJobs = [];
250250
let currentFilter = 'all';

0 commit comments

Comments
 (0)