UNPKG
dewmyth-auth-nestjs-mongo
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
1. Install the package
dewmyth-auth-nestjs-mongo
/
src
/
app.service.ts
9 lines
(7 loc)
•
150 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import { Injectable } from
'@nestjs/common'
;
@Injectable
() export
class
AppService
{ getHello(): string {
return
'Hello World!'
; } }