File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ class Settings(BaseSettings):
2626 # ║ Go to halic.edu.tr → announcements → find the new .xlsx link ║
2727 # ╚══════════════════════════════════════════════════════════════════╝
2828 exam_schedule_url : str = (
29- "https://halic.edu.tr/wp-content/uploads/duyurular/2025/12/24/"
30- "2025-2026-guz-final-tum-liste.xlsx"
29+ "https://halic.edu.tr/wp-content/uploads/duyurular/2025/11/03/2025-2026-guz-vize-tum-liste.xlsx"
3130 )
3231
3332 # ── CORS ──────────────────────────────────────────────────────────────
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ export const SEMESTER_EN = "Fall";
1515 * TR options: "Vize" | "Final" | "Bütünleme"
1616 * EN options: "Midterm" | "Final" | "Makeup"
1717 */
18- export const EXAM_TYPE_TR = "Final " ;
19- export const EXAM_TYPE_EN = "Final " ;
18+ export const EXAM_TYPE_TR = "Vize " ;
19+ export const EXAM_TYPE_EN = "Midterm " ;
2020
2121/** University name */
2222export const UNIVERSITY_NAME_TR = "Haliç Üniversitesi" ;
You can’t perform that action at this time.
0 commit comments