tmp
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -5439,7 +5439,4 @@ const departmentRankings = {
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
hospitalRanking,
|
||||
departmentRankings,
|
||||
};
|
||||
export { hospitalRanking, departmentRankings };
|
||||
|
||||
Reference in New Issue
Block a user