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 2b9defc commit 39b57bbCopy full SHA for 39b57bb
src/pages/api/projects/create.ts
@@ -11,7 +11,7 @@ const supabase = createClient(
11
12
const apiGithub = "https://api.github.com/repos/";
13
// TODO: Change this date to the contest start date
14
-const beginContestDate = new Date("2022-03-28T18:00:00Z");
+const beginContestDate = new Date("2025-03-28T18:00:00Z");
15
16
export const POST: APIRoute = async ({ request }) => {
17
const formData = await request.formData();
0 commit comments