From aa00e670b1ef6719de236d420d2ddc5aab8c4848 Mon Sep 17 00:00:00 2001 From: benjaminjohnson2204 Date: Wed, 25 Sep 2024 20:13:20 -0700 Subject: [PATCH] Update backend URL and application deadline --- frontend/src/components/ApplicationForm.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/ApplicationForm.jsx b/frontend/src/components/ApplicationForm.jsx index fb73819..775c8b7 100644 --- a/frontend/src/components/ApplicationForm.jsx +++ b/frontend/src/components/ApplicationForm.jsx @@ -2,12 +2,12 @@ import { Alert, Button, Col, Form, Row } from "react-bootstrap"; import React, { useState } from "react"; // Update these values each year before recruitment. -const BASE_BACKEND_URL = "https://tse-fulcrum-2023-i83hg.ondigitalocean.app"; +const BASE_BACKEND_URL = "https://tse-fulcrum-s83w8.ondigitalocean.app"; const RESUME_UPLOAD_URL = `${BASE_BACKEND_URL}/api/resume`; const SUBMIT_URL = `${BASE_BACKEND_URL}/api/application`; const PRESIDENT_EMAIL = "v6liu@ucsd.edu"; -const DEADLINE = new Date("2023-10-15T23:59:59-07:00"); // PDT is UTC-7 +const DEADLINE = new Date("2024-10-13T23:59:59-07:00"); // PDT is UTC-7 const HEAR_ABOUT_TSE_OPTIONS = [ "Word of mouth", "Tabling on Library Walk",