tmp
This commit is contained in:
@@ -2,7 +2,7 @@ import ResponseUtil from "../utils/responseUtil.js";
|
|||||||
import services from "../resource/services.js";
|
import services from "../resource/services.js";
|
||||||
import agreement from "../resource/agreement.js";
|
import agreement from "../resource/agreement.js";
|
||||||
import hospitalInfo from "../resource/hospital_info.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 {
|
class HandlerResource {
|
||||||
constructor() {
|
constructor() {
|
||||||
|
|||||||
@@ -5439,7 +5439,4 @@ const departmentRankings = {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = {
|
export { hospitalRanking, departmentRankings };
|
||||||
hospitalRanking,
|
|
||||||
departmentRankings,
|
|
||||||
};
|
|
||||||
|
|||||||
Reference in New Issue
Block a user