diff --git a/handler/resource.js b/handler/resource.js index 8ba9044..bcc74f8 100644 --- a/handler/resource.js +++ b/handler/resource.js @@ -2,7 +2,7 @@ import ResponseUtil from "../utils/responseUtil.js"; import services from "../resource/services.js"; import agreement from "../resource/agreement.js"; import hospitalInfo from "../resource/hospital_info.js"; -import { hospitalRanking, departmentRankings } from "../resource/hospital_ranking.js"; +import { hospitalRanking, departmentRankings } from "../resource/fudan_hospital_ranking.js"; class HandlerResource { constructor() { diff --git a/resource/fudan_hospital_ranking.js b/resource/fudan_hospital_ranking.js index a53df6b..4deeb51 100644 --- a/resource/fudan_hospital_ranking.js +++ b/resource/fudan_hospital_ranking.js @@ -5439,7 +5439,4 @@ const departmentRankings = { } }; -module.exports = { - hospitalRanking, - departmentRankings, -}; +export { hospitalRanking, departmentRankings };