Skip to content

Commit f5e6f56

Browse files
committed
i forgor 😿
1 parent f803ca5 commit f5e6f56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/omegaup/index.tsx‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ const Hk = () => {
55
const [hacks, setHacks] = useState([]);
66

77
useEffect(() => {
8-
console.log(import.meta.env.VITE_API_URL);
9-
fetch(`$https://nexus-api-note-co-78.deno.dev/codes/omegaup`)
8+
// console.log(import.meta.env.VITE_API_URL);
9+
fetch(`https://nexus-api-note-co-78.deno.dev/codes/omegaup`)
1010
.then(async (res) => await res.json())
1111
.then((json) => setHacks(json));
1212

0 commit comments

Comments
 (0)