feat: upload file

This commit is contained in:
Nevo David 2025-10-23 16:11:31 +07:00
parent 034032a316
commit 5d1662e6c1
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ export class PublicIntegrationsController {
}
@Post('/upload-from-url')
async uploadFromUrl(
async uploadsFromUrl(
@GetOrgFromRequest() org: Organization,
@Body() body: UploadDto
) {