Merge branch 'main' into development

This commit is contained in:
Elias Schneider
2022-10-12 21:53:32 +02:00
11 changed files with 25 additions and 27 deletions

View File

@@ -28,7 +28,7 @@ export class FileController {
@UseGuards(JwtGuard, ShareOwnerGuard)
@UseInterceptors(
FileInterceptor("file", {
dest: "./uploads/_temp/",
dest: "./data/uploads/_temp/",
})
)
async create(