Skip to content

Commit 6193fef

Browse files
authored
Update mock-admin.html
1 parent 1f413ad commit 6193fef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mock-admin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ <h3>🎟️ Trial Settings</h3>
531531
// CONFIG
532532
// ═══════════════════════════════════════
533533
const ADMIN_DEFAULT="superadmin@2025";
534-
const W_DEFAULT="https://evalis-ai.simpaticohrconsultancy.workers.dev";
534+
const W_DEFAULT="https://solitary-sound-11b9.simpaticohrconsultancy.workers.dev";
535535
function getConfig(k,fb){try{return JSON.parse(localStorage.getItem("adminConfig")||"{}")[k]??fb}catch(e){return fb}}
536536
function setConfig(k,v){try{const c=JSON.parse(localStorage.getItem("adminConfig")||"{}");c[k]=v;localStorage.setItem("adminConfig",JSON.stringify(c))}catch(e){}}
537537
function getW(){return getConfig('workerUrl',W_DEFAULT)}

0 commit comments

Comments
 (0)