📅  最后修改于: 2022-03-11 14:48:34.190000             🧑  作者: Mango
import { Injectable, HttpException } from '@nestjs/common';
import { COURSES } from './courses.mock';
@Injectable()
export class CoursesService {
courses = COURSES;
}