Skip to content

Commit

Permalink
harcode CalGames data
Browse files Browse the repository at this point in the history
  • Loading branch information
JayAgra committed Oct 7, 2023
1 parent 6d717da commit 146f6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serve.js
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ app.get("/api/matches/:season/:event/:level/:all", apiCheckAuth, async (req, res
forwardFRCAPIdata(`/v3.0/${req.params.season}/schedule/${req.params.event}?tournamentLevel=${req.params.level}${teamNumParam}`, req, res)
} else {
res.header("Content-Type", "application/json");
res.sendFile("src/js/WOOD.json");
res.sendFile("src/js/WOOD.json", { root: __dirname });
}
});

Expand Down

0 comments on commit 146f6c3

Please sign in to comment.