feat: upload file
This commit is contained in:
parent
034032a316
commit
5d1662e6c1
|
|
@ -60,7 +60,7 @@ export class PublicIntegrationsController {
|
|||
}
|
||||
|
||||
@Post('/upload-from-url')
|
||||
async uploadFromUrl(
|
||||
async uploadsFromUrl(
|
||||
@GetOrgFromRequest() org: Organization,
|
||||
@Body() body: UploadDto
|
||||
) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue