Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Datakitpage/Datakit
/ auth.module.ts
File
auth.module.ts
backend/api/src/auth/auth.module.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ Module, forwardRef } from
'@nestjs/common'
;
2
import
{ TypeOrmModule } from
'@nestjs/typeorm'
;
3
import
{ AuthService } from
'./auth.service'
;
4
import
{ AuthController } from
'./auth.controller'
;
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected