6 lines
111 B
TypeScript
6 lines
111 B
TypeScript
import { Injectable } from "@nestjs/common";
|
|
|
|
@Injectable()
|
|
export class MongoHandler {
|
|
constructor() { }
|
|
} |