Skip to content

Commit

Permalink
Referrer를 Referer로 수정 (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
asp345 authored Oct 8, 2024
1 parent 22bc3ef commit 654ec18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class SugangSnuApiConfig() {
Chrome/86.0.4240.80
Safari/537.36
""".trimIndent().replace("\n", " "),
"Referrer" to "https://sugang.snu.ac.kr/sugang/cc/cc100InterfaceExcel.action",
"Referer" to "https://sugang.snu.ac.kr/sugang/cc/cc100InterfaceExcel.action",
),
)
}
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/kotlin/lecturebuildings/api/SnuMapApi.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class SnuMapApiConfig() {
Chrome/86.0.4240.80
Safari/537.36
""".trimIndent().replace("\n", " "),
"Referrer" to "https://map.snu.ac.kr/web/main.action",
"Referer" to "https://map.snu.ac.kr/web/main.action",
),
)
}
Expand Down

0 comments on commit 654ec18

Please sign in to comment.