Skip to content

Commit

Permalink
Update backend URL and application deadline
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminJohnson2204 committed Sep 26, 2024
1 parent 3341724 commit aa00e67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/ApplicationForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]";
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",
Expand Down

0 comments on commit aa00e67

Please sign in to comment.