From c2b82102bc3ca39595d541c0dc826c94159570a5 Mon Sep 17 00:00:00 2001 From: lik Date: Sun, 31 May 2026 17:42:49 +0800 Subject: [PATCH] tmp --- handler/resource.js | 2 +- resource/fudan_hospital_ranking.js | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) 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 };