Skip to content

Commit 5fc114b

Browse files
committed
[fix] getUniversityUrl 다시 수정
1 parent 7c7b489 commit 5fc114b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/public/js/council.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ function getUniversityUrl() {
6969
// 경로에서 universityUrl 값을 추출
7070
const pathParts = path.split('/');
7171
const universityUrl = pathParts[pathParts.length - 1];
72-
console.log("universityUrl: ", universityUrl.universityUrl);
73-
return universityUrl.universityUrl;
72+
console.log("universityUrl: ", universityUrl);
73+
return universityUrl;
7474
}
7575
var current_university_url = getUniversityUrl();
7676

0 commit comments

Comments
 (0)