update api chapterlesson
This commit is contained in:
parent
2fc0fb7a76
commit
5c2b5d55aa
11 changed files with 855 additions and 85 deletions
|
|
@ -25,6 +25,11 @@
|
|||
"routes": {
|
||||
"routesDir": "src/routes",
|
||||
"middleware": "express",
|
||||
"authenticationModule": "./src/middleware/authentication.ts"
|
||||
"authenticationModule": "./src/middleware/authentication.ts",
|
||||
"multerOpts": {
|
||||
"limits": {
|
||||
"fileSize": 1073741824
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue