NestJS integrates with Swagger/OpenAPI via @nestjs/swagger to auto-generate interactive API documentation saka kode mu — controllers, routes, DTOs, lan decorators. Iku ngasilake UI sing bisa dibukak dening developers kanggo explore lan test endpoints, sing tetep sync karo kode.
Nyiapake Swagger
{ , } ;
config = ()
.()
.()
.()
.()
.();
= .(app, config);
.(, app, );
