-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update backend URL and application deadline
- Loading branch information
1 parent
3341724
commit aa00e67
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|