main
All checks were successful
Backend Deploy 🚀 / build-and-deploy (push) Successful in 2m15s

This commit is contained in:
2026-03-22 23:19:44 +03:00
parent e0d41d0386
commit 1eec1e4033
2 changed files with 8 additions and 12 deletions

View File

@@ -56,9 +56,9 @@ async function bootstrap() {
// Swagger setup
const swaggerConfig = new DocumentBuilder()
.setTitle('TypeScript Boilerplate API')
.setTitle('HarunCAN Studio API')
.setDescription(
'Senior-level NestJS backend boilerplate with generic CRUD, authentication, i18n, and Redis caching',
'HarunCAN Studio backend API - NestJS with authentication, i18n, and PostgreSQL',
)
.setVersion('1.0')
.addBearerAuth()