Skip to content

Commit fe1e646

Browse files
committed
Update default course data source
1 parent e52fab3 commit fe1e646

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/course-scheduler-content.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { parseTimes } from "@/utils/parse-times";
1010
const COURSES_URL =
1111
import.meta.env.NEXT_PUBLIC_COURSES_URL ??
1212
import.meta.env.VITE_COURSES_URL ??
13-
"https://raw.githubusercontent.com/cantpr09ram/CourseCatalogs2Json/refs/heads/main/courses.json";
13+
"https://raw.githubusercontent.com/cantpr09ram/AZQUERYSUCKS/refs/heads/main/courses.json";
1414

1515
interface CourseSchedulerContentProps {
1616
selectedCourseSeqs: string[];

0 commit comments

Comments
 (0)