We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Update courses endpoints to be these:
Sorry, something went wrong.
[ { course: 'csc111', Term: [1, 9], Year: 2024, pastEnrollment: [ { year: 0, term: 0, size: 0 } ] }, ... ]
list of this
export interface ICourse { courseId: number courseCode: string; courseNumber: string; courseName: string; }
NO DELETING!!! (yes this is bad but we don't have time for this shizz)
MMojtaba
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: