generated from fahricansecer/boilerplate-be
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user