fix backup await
This commit is contained in:
parent
6330ebd01d
commit
542a77fbef
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ import {
|
|||
getGeneratedBackups,
|
||||
restoreBackupByLocalFile,
|
||||
uploadBackupFile,
|
||||
} from "../../../controller/admin/club/backupController";
|
||||
} from "../../../controller/admin/user/backupController";
|
||||
|
||||
const storage = multer.diskStorage({
|
||||
destination: (req, file, cb) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue