Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
BACKEND CHALLENGES
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Phạm Quang Bảo
BACKEND CHALLENGES
Commits
26049195
Commit
26049195
authored
May 25, 2026
by
Phạm Quang Bảo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
f
parent
d2c5cfc0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
package.json
backend/package.json
+1
-1
swagger-gen.ts
backend/src/scripts/swagger-gen.ts
+1
-1
No files found.
backend/package.json
View file @
26049195
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
"imports"
:
{
"imports"
:
{
"#models/*"
:
{
"#models/*"
:
{
"types"
:
"./src/models/*"
,
"types"
:
"./src/models/*"
,
"default"
:
"./dist/models/*"
"default"
:
"./dist/models/*
.js
"
},
},
"#controllers/*"
:
{
"#controllers/*"
:
{
"types"
:
"./src/controllers/*"
,
"types"
:
"./src/controllers/*"
,
...
...
backend/src/scripts/swagger-gen.ts
View file @
26049195
...
@@ -3,7 +3,7 @@ import fs from 'node:fs';
...
@@ -3,7 +3,7 @@ import fs from 'node:fs';
import
path
from
'node:path'
;
import
path
from
'node:path'
;
// Nạp file cấu hình
// Nạp file cấu hình
import
swaggerOptions
from
'#templates/swagger/config
.js
'
;
import
swaggerOptions
from
'#templates/swagger/config'
;
try
{
try
{
console
.
log
(
'--- Đang bắt đầu quét mã nguồn để tạo tài liệu API ---'
);
console
.
log
(
'--- Đang bắt đầu quét mã nguồn để tạo tài liệu API ---'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment