mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
File upload fixes
This commit is contained in:
parent
cdd01b70de
commit
f08079ba84
6 changed files with 178 additions and 56 deletions
|
@ -72,6 +72,7 @@ export interface Request extends express.Request {
|
|||
cookies: any
|
||||
session: any
|
||||
busboy: any
|
||||
files: any
|
||||
}
|
||||
|
||||
export interface SubmoduleData {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue