Create file controller to upload audio document
This commit is contained in:
parent
45ad4bbb36
commit
844bffa988
6 changed files with 171 additions and 19 deletions
|
@ -39,6 +39,7 @@
|
|||
"@types/express": "^4.17.4",
|
||||
"@types/http-status-codes": "^1.2.0",
|
||||
"@types/jsonwebtoken": "^8.3.8",
|
||||
"@types/multer": "^1.4.4",
|
||||
"@types/socket.io": "^2.1.4",
|
||||
"@types/uuidv4": "^5.0.0",
|
||||
"body-parser": "^1.19.0",
|
||||
|
@ -46,6 +47,7 @@
|
|||
"generic-type-guard": "^3.2.0",
|
||||
"http-status-codes": "^1.4.0",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"multer": "^1.4.2",
|
||||
"prom-client": "^12.0.0",
|
||||
"socket.io": "^2.3.0",
|
||||
"systeminformation": "^4.26.5",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue