Skip to content

Commit

Permalink
Update url endpoint to get semesters (Fix #119)
Browse files Browse the repository at this point in the history
  • Loading branch information
therealsujitk committed Apr 6, 2024
1 parent 4cefe40 commit db66c44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ private void getSemesters() {
"var response = {};" +
"$.ajax({" +
" type: 'POST'," +
" url : 'academics/common/StudentTimeTable'," +
" url : 'academics/common/StudentTimeTableChn'," +
" data : data," +
" async: false," +
" success: function(res) {" +
Expand Down

0 comments on commit db66c44

Please sign in to comment.