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 f37b1ad commit 163b881Copy full SHA for 163b881
‎server/api/contest.ts‎
@@ -28,6 +28,7 @@ export default defineEventHandler(async (event) => {
28
29
async function execUpdate() {
30
console.log("Fetching contest data");
31
+ console.log(contest_url);
32
const resp = await axios.get(contest_url).catch(() => null);
33
if (!resp) {
34
console.error("Failed to fetch contest data");
0 commit comments