feat: put db and uploads in same folder
This commit is contained in:
@@ -27,7 +27,7 @@ export class FileController {
|
||||
@UseGuards(JwtGuard, ShareOwnerGuard)
|
||||
@UseInterceptors(
|
||||
FileInterceptor("file", {
|
||||
dest: "./uploads/_temp/",
|
||||
dest: "./data/uploads/_temp/",
|
||||
})
|
||||
)
|
||||
async create(
|
||||
|
||||
Reference in New Issue
Block a user