mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-01-17 19:22:30 -08:00
let a debug logging thing in oops
This commit is contained in:
parent
573df3f69e
commit
e081dbfe59
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@
|
|||
const url = document.body.classList.contains("debug")
|
||||
? "http://127.0.0.1:8787/api/pet"
|
||||
: "https://cf.zyllian.workers.dev/api/pet";
|
||||
console.log(url);
|
||||
|
||||
const petCounter = document.querySelector("#pet-counter");
|
||||
const count = petCounter.querySelector(".count");
|
||||
|
|
Loading…
Add table
Reference in a new issue