Skip to content

Commit 375c4a9

Browse files
committed
fix: 잘못 작성된 URL 수정
1 parent 9707768 commit 375c4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dmforu-crawling/src/main/kotlin/com/dmforu/crawling/parser/DepartmentCrawlingPath.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ enum class DepartmentCrawlingPath(val type: String, val path: String) {
3131

3232
// 경영학부
3333
BUSINESS_MANAGEMENT("경영학과", "4677"),
34-
TAX_ACCOUNTING("세무회계학과", "4680"),
34+
TAX_ACCOUNTING("세무회계학과", "4687"),
3535
DISTRIBUTION_MARKETING("유통마케팅학과", "4697"),
3636
HOTEL_TOURISM("호텔관광학과", "4708"),
3737
BUSINESS_INFORMATION("경영정보학과", "4719"),

0 commit comments

Comments
 (0)