We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f803ca5 commit f5e6f56Copy full SHA for f5e6f56
‎src/omegaup/index.tsx‎
@@ -5,8 +5,8 @@ const Hk = () => {
5
const [hacks, setHacks] = useState([]);
6
7
useEffect(() => {
8
- console.log(import.meta.env.VITE_API_URL);
9
- fetch(`$https://nexus-api-note-co-78.deno.dev/codes/omegaup`)
+ // console.log(import.meta.env.VITE_API_URL);
+ fetch(`https://nexus-api-note-co-78.deno.dev/codes/omegaup`)
10
.then(async (res) => await res.json())
11
.then((json) => setHacks(json));
12
0 commit comments