Skip to content

Commit

Permalink
[webclient] 강의계획서 수정 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
ars-ki-00 authored Jan 10, 2025
1 parent 7b22ecc commit 9e31de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/snutt-webclient/src/usecases/lectureService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const getLectureService = (): LectureService => {
4: { openShtmFg: 'U000200002', openDetaShtmFg: 'U000300002' },
}[semester];

return `https://sugang.snu.ac.kr/sugang/cc/cc103.action?openSchyy=${year}&openShtmFg=${openShtmFg}&openDetaShtmFg=${openDetaShtmFg}&sbjtCd=${course_number}&ltNo=${lecture_number}&sbjtSubhCd=000`;
return `http://libproxy.snu.ac.kr/_Lib_Proxy_Url/https://sugang.snu.ac.kr/sugang/cc/cc103.action?openSchyy=${year}&openShtmFg=${openShtmFg}&openDetaShtmFg=${openDetaShtmFg}&sbjtCd=${course_number}&ltNo=${lecture_number}&sbjtSubhCd=000`;
},
getLectureTimeTexts: (lecture) =>
lecture.class_time_json.map((t) => `${DAY_LABEL_MAP[t.day]}(${t.start_time}~${t.end_time})`),
Expand Down

0 comments on commit 9e31de6

Please sign in to comment.