update api chapterlesson

This commit is contained in:
JakkrapartXD 2026-01-22 15:56:56 +07:00
parent 2fc0fb7a76
commit 5c2b5d55aa
11 changed files with 855 additions and 85 deletions

View file

@ -25,6 +25,11 @@
"routes": {
"routesDir": "src/routes",
"middleware": "express",
"authenticationModule": "./src/middleware/authentication.ts"
"authenticationModule": "./src/middleware/authentication.ts",
"multerOpts": {
"limits": {
"fileSize": 1073741824
}
}
}
}