Skip to content

Commit

Permalink
fix: use https www for website url
Browse files Browse the repository at this point in the history
  • Loading branch information
harshkhandeparkar committed Jan 1, 2025
1 parent 43cac2f commit 18331a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wimp/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KGP_WEBSITE_URL = "http://iitkgp.ac.in"
KGP_WEBSITE_URL = "https://www.iitkgp.ac.in"
DEPT_FETCH_URL = f"{KGP_WEBSITE_URL}/Departments/fetchAllFacListByDept"
TIMETABLE_FETCH_URL = (
"https://erp.iitkgp.ac.in/Acad/timetable_track.jsp?action=second&dept=%s"
Expand Down

0 comments on commit 18331a4

Please sign in to comment.