changed file storage path
This commit is contained in:
parent
dd72f37856
commit
f16c5d91ba
5 changed files with 8 additions and 6 deletions
|
@ -29,7 +29,7 @@ export abstract class FileSystemHelper {
|
|||
}
|
||||
|
||||
static formatPath(...args: string[]) {
|
||||
return join(process.cwd(), "export", ...args);
|
||||
return join(process.cwd(), "files", ...args);
|
||||
}
|
||||
|
||||
static normalizePath(...args: string[]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue