Merge branch 'main' into development
This commit is contained in:
@@ -28,7 +28,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