auth module
Showing
This diff is collapsed.
| ... | @@ -25,6 +25,7 @@ | ... | @@ -25,6 +25,7 @@ |
| "@nestjs/common": "^8.0.0", | "@nestjs/common": "^8.0.0", | ||
| "@nestjs/config": "^1.1.5", | "@nestjs/config": "^1.1.5", | ||
| "@nestjs/core": "^8.0.0", | "@nestjs/core": "^8.0.0", | ||
| "@nestjs/jwt": "^8.0.0", | |||
| "@nestjs/platform-express": "^8.0.0", | "@nestjs/platform-express": "^8.0.0", | ||
| "@nestjs/platform-ws": "^8.2.4", | "@nestjs/platform-ws": "^8.2.4", | ||
| "@nestjs/swagger": "^5.1.5", | "@nestjs/swagger": "^5.1.5", | ||
| ... | ... |
src/auth/auth.service.ts
0 → 100644
src/bot/bot.service.spec.ts
0 → 100644
src/bot/bot.service.ts
0 → 100644
src/utility/constant.ts
0 → 100644
Please register or sign in to comment