260316:1255 Refactor to NestJS 11
Build and Deploy / deploy (push) Successful in 9m13s

This commit is contained in:
admin
2026-03-16 12:55:36 +07:00
parent c5c3ed9016
commit 25c50792e7
13 changed files with 1078 additions and 65 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ async function bootstrap() {
const swaggerConfig = new DocumentBuilder()
.setTitle('LCBP3 DMS API')
.setDescription('Document Management System API Documentation')
.setVersion('1.4.3')
.setVersion('1.8.1')
.addBearerAuth() // เพิ่มปุ่มใส่ Token (รูปกุญแจ)
.build();