Skip to content

Commit

Permalink
Update API version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspad committed Nov 7, 2024
1 parent ecaa148 commit 52df1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mobileapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class Configs:
def __init__(self):
self.CONSUMER_KEY = CONSUMER_KEY
self.CONSUMER_SECRET = CONSUMER_SECRET
self.BASE_URL = "https://api.princeton.edu:443/student-app/1.0.1"
self.BASE_URL = "https://api.princeton.edu:443/student-app/1.0.3"
self.COURSE_SEATS = "/courses/seats"
self.COURSE_COURSES = "/courses/courses"
self.COURSE_TERMS = "/courses/terms"
Expand Down

0 comments on commit 52df1ff

Please sign in to comment.