UNPKG

dewmyth-auth-nestjs-mongo

Version:

1. Install the package

9 lines (7 loc) 150 B
import { Injectable } from '@nestjs/common'; @Injectable() export class AppService { getHello(): string { return 'Hello World!'; } }